Hi there,
It certainly looks like a bug. I'll take a look at the issue. If
you want updates as work progresses please visit the issue and mark it
with a star (should be next to the title).
Thanks;
– Matt Sanford / @mzsanford
Twitter Dev
On May 25, 2009, at 12:18 AM, elversatile wrote:
Could somebody help me solve the paging dilemma?
At least, tell me if it is a bug, or it is my misunderstanding of API?
On May 22, 3:09 pm, elversatile <[email protected]> wrote:
It seems that paging is not working correctly for friends/ids call. I
was trying to page through friends of Barack Obama by doinghttp://twitter.com/friends/ids/barackobama.xml?page=1,http://twitter.com/friends/ids/barackobama.xml
?page=2, etc. But it
seems that every file just gets bigger, e.g., first I get 5000 ids,
then 10000, up to 200000 when on page 40 and then it just stop
working.
I thought the intention was to page through friends 5000 ids at a
time, instead it seems like it's giving me everything through that
page number, until it can no longer fetch that many.
Is it a known problem? Any way around this?