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

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -