How i can upload image on Twitter Wall using consumer_key and consumer_secret without login using PHP?
Please help me & thanks a lot.
|
How i can upload image on Please help me & thanks a lot. |
||||
|
|
Well I get the answer, Download Twitter Api for php & created one function.
|
|||||||||||
|
|
Well your user has to be authorized with OAuth with your APP,then you use API to post tweet. According to POST statuses/update & POST statuses/update_with_media, but I had trouble posting image (about a year ago, they probably fixed it by now). |
||||
|
|
|
You can use Oauth to authorise you app. I found this guide helpful, as it shows how to connect to the API, and how to post on twitter. Using update_with_media should allow you to post with images |
|||
|
|