Do you ever get an empty response set? I was experimenting with the pagination and I found that if you request page 20 (for example) for someone who only has one page of friends, you simply get the page 1 response set.
On Jul 6, 1:09 pm, Doug Williams <[email protected]> wrote: > You should either page through statuses/friends until you get an empty > response set or use statuses/show to get the number of friends expected and > intelligently page to the end of the list. > > Thanks, > Doug
