If I make a request for something that has a large number of objects (like if you had 10000 friends or 10000 photos in an album), does the C# Facebook SDK automatically follow the “Paging:Next” links for me, or is there anything I need to do?
I looked through their code and don’t see any mention of paging, but could have missed it.
Note that I’m -not- talking about Batch requests; I’m speaking of a simple api.Get(“/me/friends”) where Facebook decides there are too many objects to put in a single response. Unfortunately I don’t have an account with enough of anything to test the results…
Pagination is always up to the user of the SDK, no matter which SDK for Facebook. I don’t think they’ve gotten that creative in adding it in, or maybe there’s some legal reasons they have not.