nst/STTwitter

How to get more than 200 Tweets

Priyanka-Razdan opened this issue · 3 comments

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

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.

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!