开发者

PHP Twitter OAuth Retweet

开发者 https://www.devze.com 2023-01-15 07:59 出处:网络
I have implemented Twitter OAuth in my web application, the web application currently fetches all tweets made with a specific tag referenced.

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

精彩评论

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