Posting image + status with the Twitter API using php
I was following this answer but everywhere I find that you need consumerKey, consumerSecret, accessToken and accessTokenSecret to post from backend and I created a new project in apps.twitter.com but there is no accessToken and accessTokenSecret. There is just consumerKey and consumerSecret.
Then I found this Answer How to get user Access Token and Access Secret with the Twitter API using php but there is a problem It redirect to twitter to user twitter account to authenticate but I don't need user authentication because I don't want to do anything from user account.
Instead what I actually wanna do is, I want just one account, my account accessToken and accessTokenSecret (which is currently not available on apps.twitter.com) so that anyone post any new article in my website it will post on twitter directly from backend with heading, link and image from my account (basically business account) without user knowing.