[twitter-dev] Re: since_id confusion

2010-06-28 Thread Terence Eden
To make this slightly clearer Imagine I have retrieved a page with 20 statuses. Status IDs are 60 ... 40 Calling the timeline with max_id=40&count=20 allows me to step back in time. It gives me 40 ... 20 Suppose I just want to see *next* 20 tweets since status_id 60? I would expect callin

[twitter-dev] Re: since_id confusion

2010-06-28 Thread Orian Marx (@orian)
Try calling without the count parameter. The page and count parameters may not work properly with since_id, and since_id may not work properly if the id you pass results in too many tweets. :/ On Jun 27, 3:17 am, Terence Eden wrote: > To make this slightly clearer Imagine I have retrieved a p