Oh, one other quirk I've noticed-- sometimes I get back an HTTP 502 instead of the results. I'm interpreting this to mean the servers are busy/clogged/needing coffee, and just re-requesting that result page again.
On Feb 2, 1:49 pm, pnoeric <[email protected]> wrote: > I have a loop to get a user's followers/friends and am noticing that > every now and then, in the results, instead of getting 100 names per > result page, I'm getting 99. (for example, I just ran it on my own > account and on page 35, where it should have pulled followers 3501 - > 3600, it got 3501 - 3599 instead. all the result pages before 35 and > after 35 returned exactly 100 users, as expected. I'm not sure a > person got dropped from the result set entirely, or if they just got > pushed to the next page of results.) > > this isn't a big deal for my code (well, it was when I was looking for > < 100 results as a flag that I had reached the end of the list, but I > fixed that!)... just wanted to mention it in case there's a bug here, > or if this behavior might be someplace else in the API that I should > know about. > > thanks > Eric
