C# Facebook SDK and automatic paging -


if make request has large number of objects (like if had 10000 friends or 10000 photos in album), c# facebook sdk automatically follow "paging:next" links me, or there need do?

i looked through code , don't see mention of paging, have missed it.

note i'm -not- talking batch requests; i'm speaking of simple api.get("/me/friends") facebook decides there many objects put in single response. unfortunately don't have account enough of test results...

pagination user of sdk, no matter sdk facebook. don't think they've gotten creative in adding in, or maybe there's legal reasons have not.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -