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
Post a Comment