Edit my message before posting in Twitter with Twitter API and PHP
- by novellino
I am having a site and I want to add a button in my site that will link to the twitter login page and after login it will post a message to the Twitter home page of the user.
I used this code:
http://www.matpal.com/2010/12/oauth-access-token-in-twitter-api.html
and it works fine. My problem is that before posting the message I want to be able…