开发者

PHP Twitter OAuth Retweet

I have implemented Twitter OAuth in my web application, the web application currently fetches all tweets made with a specific tag referenced.

I'd like the user to be able to retweet any one of the tweets that are returned.

Can anyone point me in the right direction, poin开发者_C百科t me to an example or documentation on how to retweet via OAuth and Twitter.


http://api.twitter.com/1/statuses/retweet/id.format

from http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses-retweet


Giving this url your tweet's id will use twitter's functionality to retweet.

http://twitter.com/intent/retweet?tweet_id=

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜