criso / fbgraph

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

Does fbgraph support paging? #20

Closed daxxog closed 11 years ago

daxxog commented 11 years ago

Does fbgraph support paging?

paging: {next}

http://developers.facebook.com/blog/post/478/

criso commented 11 years ago

The response would return the paging url. I'm a little skeptical of building a nextPage function based on results from Facebok. I don't trust that they won't change the structure, which in that case would break this api.

daxxog commented 11 years ago

Facebook enjoys breaking things. I don't really need paging right now anyway and if I do ill just fork this. Thanks! :smile: