criso / fbgraph

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

Any plans to upgrade to v2 api? #76

Closed sergiopvilar closed 9 years ago

sergiopvilar commented 9 years ago

The actual API will be disabled at April 30 2015, do you have any plans to update this library? Will be very useful for me.

Thanks!

tleunen commented 9 years ago

It does work with FB Api v2.x. Currently the default used version is 1.0 but you can change the version number by using setVersion

sergiopvilar commented 9 years ago

That's nice, thanks!!!