TweetSharp C# api Search only returns first 100 tweets

僤鯓⒐⒋嵵緔 提交于 2019-12-08 18:20:29

Twitter search only goes back 5 - 7 days, or 1,500 tweets, whichever comes first. The search API is the same. Any tweets beyond that are not available through any known method (as of now). Twitter has them, but there is no way to get them.

And in your case, one can never get more than 100 results in from a search. So, you need to issue another search using the max_id in the "next_results" section

more info on paging here https://dev.twitter.com/docs/working-with-timelines

Happy Coding.. :)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!