davidbauer / Instacurate

Turn your Twitter timeline into a personalised news site, in an instant. Fetches links from your timeline and displays them in a discovery friendly design.
http://www.instacurate.com
113 stars 29 forks source link

Add loop to search API call to fetch more than 100 tweets #51

Closed davidbauer closed 11 years ago

davidbauer commented 11 years ago

the search API only returns 100 tweets per call. for some hashtags, that only returns a few links.

davidbauer commented 11 years ago

@oliverwehn, that something for you?

oliverwehn commented 11 years ago

I'll give it a try.

davidbauer commented 11 years ago

Or is there a different way to fetch tweets including a specific hashtag? I didn't find anything else than the solution via search.

pfigel commented 11 years ago

I don't think there's another way to fetch tweets. I've sent a pull request which will paginate through Search API's results until enough links are found.