简体   繁体   English

PHP Twitter OAuth转发

[英]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. 我在我的Web应用程序中实现了Twitter OAuth,Web应用程序当前获取了所有使用特定标记引用的推文。

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. 任何人都可以指出我正确的方向,指出我如何通过OAuth和Twitter转发的示例或文档。

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

来自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. 给这个网址你的推文的id将使用twitter的功能转发。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM