facebook - FQL equivalent to Graph API pagination -


i know limit option of fql. need same functionality graph api returns <= number of results spcified limit parameter if there more results there links these results

"paging": {  "previous":     "https://graph.facebook.com/chickfila/posts?limit=5&since=1298995597",  "next":    "https://graph.facebook.com/chickfila/posts?limit=5&until=1293899704" } 

can achieved using fql? in advance!

with fql queries, won't "automated" pagination graph api. equivalent functionality since , until can build using relevant time-based fields of according tables in fql.

you can have here introduction:


Comments

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -

collision detection - C++ library for mesh to mesh intersection: what is available? -