I'm retrieving a user's timeline.
'http://twitter.com/statuses/user_timeline.json?user_id='.$twitter_id.'&count=200'
is working fine, but with an oddity.

Without a '&page=n' at the end the request for 200 entries only returns 199.

With a '&page=m' at the end I get a full 200 entries.

Given that this is a backwards-from-current retrieval I'm lost to
understand why the 'missing' tweet, though so far as I can check,
there isn't actually a status update missing, I'm just only being
passed the last 199.

Alison

Reply via email to