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 对推文的回复,但无法获得任何结果。
有什么方法可以通过 twitter 获取所有推文的回复?
我不相信有这种方法。
您必须提取发送原始推文的帐户的所有最近“提及”(因为发送了原始推文)并遍历它们以寻找匹配的in_reply_to_status_id属性。
in_reply_to_status_id
如果是您的帐户,您可以通过提及时间线获得提及,否则通过搜索 API。