Edit my message before posting in Twitter with Twitter API and PHP
Posted
by
novellino
on Stack Overflow
See other posts from Stack Overflow
or by novellino
Published on 2011-06-21T13:45:58Z
Indexed on
2011/06/21
16:22 UTC
Read the original article
Hit count: 324
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 to edit it.
So after login I want to see my message in an editing input (like retween do,here: http://www.mobilemarketer.com/cms/news/search/10263.html ) and post it after clicking Tweet.
Does anyone know how can I do this?
Thanks in advance
© Stack Overflow or respective owner