利用Twitter search API,我从特定的Twitter帐户中获取推文
https://api.twitter.com/1.1/search/tweets.json?tweet_mode=extended&q=from%3Asweetheatmn3+filter%3Aimages
不幸的是,API会返回常规推文,但不会返回从Instagram APP分享的推文
是否有任何特定的解决方案,或者这是Twitter方面的错误?
更新:Twitter搜索API不完整,可能无法返回所有推文,为了获得完整结果,应使用流API。
Refernce:https://twittercommunity.com/t/shared-from-instagram-app-tweets-are-not-returned/93058/6
答案 0 :(得分:0)
Twitter搜索API未完成,可能无法返回所有推文,为了获得完整结果,应使用时间轴终点。
所以我用了
https://api.twitter.com/1.1/statuses/user_timeline.json?tweet_mode=extended&screen_name=sweetheatmn3
而不是搜索端点
参考:https://twittercommunity.com/t/shared-from-instagram-app-tweets-are-not-returned/93058/6