How to get more than 200 Tweets
Priyanka-Razdan opened this issue · 3 comments
Priyanka-Razdan commented
Hi,
I have integrated this library to get the tweet feeds for a particular user using "getUserTimelineWithScreenName" method.
Using this method, it returns maximum 200 tweets, whereas I want to get more than 200 tweets. Could you please help me suggesting way to do the same.
Any help would be appreciated.
Thanks in advance
ePirat commented
You need to use cursors to fetch the next 200 tweets and so on. Note that you can only get a maximum of about 3k Tweets.
Priyanka-Razdan commented
Hi,
Thanks a lot for your help could you please provide me a code snippet to do so. That will be a great help.
Thanks Again!
nst commented
this example shows how to use cursors
https://github.com/nst/STTwitter/blob/master/demo_cli/followers/main.m