Not sure if this is best practices, but when using a since_Id param I
just throw the max count value at the request (usually 200) and get
all the data. Then you can sort it however you want client side.
Probably not exactly what you were asking, but it works.
Chad
On Apr 10, 2009, at 11:32 AM, "Chris Westbrook" <westbch...@gmail.com>
wrote:
It would be nice to have a sort parameter for the friends timeline
method. i was a little baffled why when I requested hte tweets with
a certain since id and a count of 20 it wasn't retrieving hte
previous page, then I realized it was counting from the beginning
and not the other way. any chance we could get a way to have it
return a list of tweets in descending or ascending order?