This is my complete URL:
Not working -> https://twitter.com/statuses/home_timeline.json?since_id=9959648124
Working -> https://twitter.com/statuses/home_timeline.json?count=50
Any idea what I'm doing wrong?
Thanks a lot! I was going crazy.
On Mar 4, 3:33 pm, Thomas Woolway <tswool...@gmail.com> wrote:
> Hi,
>
> Tryhttps://twitter.com/statuses/home_timeline.json?since_id=9959648124
> &count=50
>
> The since_id is a limiting parameter - the API will give you statuses going
> back until either you hit the since_id or the count parameter. Otherwise you
> could theoretically set the since_id to 1 and get all 10 billions tweets...
>
> Hope this helps,
>
> Tom
>