nemein / com_meego_planet

Social news aggregator
MIT License
11 stars 3 forks source link

Twitter pagination causes undercounting of tweets #6

Closed dcopeland closed 13 years ago

dcopeland commented 13 years ago

Your code only makes one request to Twitter and doesn't account for pagination which limits your tweet counts to a maximum of 15. I modified it to request additional pages.