android - Can Facebook Graph API only return n entry? -


is possible place graph api call, returns n entries, n number of result entries like? example limiting 5 or 10, not default.

something similar sql select * .... limit n.

i haven't found on fb dev page.

yes. use limit parameter:

https://graph.facebook.com/me/likes?limit=3

edit: see https://developers.facebook.com/docs/reference/api/ : @ paging section.


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -