I make a call to the API and get 100 Tweets back with this URL: https://api.twitter.com/1.1/search/tweets.json?result_type=recent&q=glyphosate&count=100
I use the since_id and maxId from the response to build the next URL https://api.twitter.com/1.1/search/tweets.json?since_id=317299153090797569&q=glyphosate&result_type=recent&include_entities=1&count=100&maxId=317299153090797568
That call returns the same 100 Tweets that the first call returned. My understanding is that since I am using since_id and maxId that I should get the next 100 with no duplicates.
If I make a third or fourth call I still get back the same 100 Tweets. Here is the URL from my third call: https://api.twitter.com/1.1/search/tweets.json?since_id=317304633661997057&q=glyphosate&result_type=recent&include_entities=1&count=100&maxId=317304633661997056
Is there something that I am doing wrong?
Thank You
Hi, could someone tell me if this is a bug in the Twitter API or not?
This sounds like the same problem I’m having. Any updates?