Twitter API:获取未经身份验证的用户的转发
有没有办法获取特定用户的所有转发?
某种形式的“statuses/retweets_of_user”(statuses/retweets_of_me 存在,但仅适用于经过身份验证的用户)。
此票证接近,但已被标记为另一张现已关闭的票证的重复。
http://code.google.com/p/twitter-api /issues/detail?id=1276
另一张票证向 user_timeline API 引入了“include_rts”参数。但是,我对转发特定用户的推文不感兴趣,我想要转发特定用户的推文。
这可能吗?
Is there a way to obtain all retweets of a specific user?
Something of the form "statuses/retweets_of_user" (statuses/retweets_of_me exists, but only works for the authenticated user).
This ticket comes close, but has been marked as a duplicate of another ticket that is now closed.
http://code.google.com/p/twitter-api/issues/detail?id=1276
That other ticket introduces a "include_rts" parameter to the user_timeline API. However, I am not interested in retweets to a specific user, I want retweets of a specific user.
Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的。使用 GET statuses/retweeted_by_user 端点。
Yes. Use the GET statuses/retweeted_by_user endpoint.