我正在使用Twitter API,我遇到了问题.我的问题是我不能从Twitter获得所有的推文和转推.我已经在twitter 链接上阅读了文档.他们提到了这一点This method can only return up to 3,200 of a user’s most recent Tweets. Native retweets of other statuses by the user is included in this total, regardless of whether include_rts is set to false when requesting this resource.
但是当我点击时https://api.twitter.com/1.1/statuses/user_timeline.json?screen_name=xxxxx&count=968,我只收到了198条记录作为响应,我有968条推文.
所以,请帮助我如何从Twitter获取所有记录作为响应,我必须通过URL soi传递哪些参数可以得到所有推文和转发?
请建议我采用更好的方法.