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.
知道某条推文的 id,我想获取该推文的所有 Quoted Retweets。实际上有一种方法可以获取所有转推(tweet.GetRetweets()),但引用转推不被视为转推...
有没有办法获得一条推文的所有引用转推?
不幸的是,引用的转推被认为是简单的推文,其中包含指向原始推文的超链接媒体。
Twitter API 不提供执行此类请求的端点,因此访问它们的唯一方法是使用当前限制为 7 天的 Search API。