문제

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, point 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=

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top