Say, I need to retrieve friend ids of a user who has 50,000 friends.

I do a get, then the subsequent gets are using the cursor returned.
Now, are these cursor values the same? I mean, next time, if the users
friends have increased to say 53000, can I get all the 50,000 using
the old cursors and then use the cursor from the last cursor call to
get the remaining 3000 friends?

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk?hl=en

Reply via email to