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

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

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