Am I mistaken in how since_id works?

Calling
http://api.twitter.com/1/statuses/home_timeline.json?count=20&max_id=1234
Gives me the *next* 20 tweets from 1234

However, calling with since_id
http://api.twitter.com/1/statuses/home_timeline.json?count=20&since_id=1234
Gives me the *first* 20 tweets in the timeline.  I was expecting it to
show the 20 tweets *from* 1234

Am I the only one with this confusion? Or is there a better way to
just retrieve the first 20 tweets which have occurred since?

Thanks

T
(Essentially, I'm implementing older and newer buttons which always
show older/newer tweets, rather than pages.)

Reply via email to