criso / fbgraph

NodeJs module to access the facebook graph api
http://criso.github.io/fbgraph/
1.09k stars 176 forks source link

Auto paging all results #93

Closed iamchathu closed 8 years ago

iamchathu commented 8 years ago

Hi, I need to get all the results. How to get all paged json data

criso commented 8 years ago

stackoverflow

iamchathu commented 8 years ago

http://stackoverflow.com/questions/33069383/paginating-facebook-graph-api-using-nodejs-fbgraph

criso commented 8 years ago

These might help: http://stackoverflow.com/questions/5023757/how-does-paging-in-facebook-javascript-api-works?rq=1 http://stackoverflow.com/questions/4125191/search-facebook-events-and-pagination-graph-api?rq=1

iamchathu commented 7 years ago

Is there any new way for this?