Twitter API:获取未经身份验证的用户的转发

发布于 2024-12-10 17:56:04 字数 409 浏览 1 评论 0原文

有没有办法获取特定用户的所有转发

某种形式的“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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

勿忘心安 2024-12-17 17:56:04

是的。使用 GET statuses/retweeted_by_user 端点。

Yes. Use the GET statuses/retweeted_by_user endpoint.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文