criso / fbgraph

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

batch request? #63

Closed zippeurfou closed 9 years ago

zippeurfou commented 10 years ago

Hi, I love this module only thing missing so far is batch request. Good job guys.

emersion commented 9 years ago

Now supported ;-) https://github.com/criso/fbgraph/pull/65

zippeurfou commented 9 years ago

great! Maybe when I get time I'll work on a getAll query that will handle paging.next. What are your thought on it?

emersion commented 9 years ago

Don't understand very well. You mean, making multiple queries to get all pages of a feed ?

zippeurfou commented 9 years ago

@emersion I meant to do a getAll method that would get all the data until there is no more next paging. Therefore, it would do multiple queries until there is no more next page and fetch everything the same way the batch or get method does.