Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用 Twitter API 搜索用户“A”的推文并找到转发“用户 A”推文最多的帐户?
是的,statuses/retweets_of_me如果您拥有用户“A”的令牌和秘密(他正在使用您的应用程序),您可以这样做。
statuses/retweets_of_me
或者,您可以使用statuses/mentions查找所有包含RT @A .... “A”转发的推文并手动计算它们。
statuses/mentions
RT @A ....