Hi Tom,
The since_id limits the results to only those greater than you
id, but it does not change the page size. Each page will contain 20
until you reach id 1649254235, when there will be no more results.
Thanks;
– Matt Sanford / @mzsanford
Twitter Dev
On Apr 29, 2009, at 11:03 AM, tomc wrote:
I am requesting a friends time line through the api and the page and
since_id parameters have not affect, I always get back the latest 20
statuses. I am using oAuth with a URL like
http://twitter.com/statuses/friends_timeline.json?page=2&since_id=1649254235
.
Any ideas?
Thanks