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
