criso / fbgraph

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

Update default Graph API version #104

Closed ex1st closed 8 years ago

ex1st commented 8 years ago

I received a notice from Facebook:

Graph API v2.0 will reach the end of the 2-year deprecation window on Monday, August 8, 2016. Please migrate all calls to v2.1 or higher in order to avoid potential broken experiences

I know about setVersion method, but may be default version should update to at least 2.1? Thanks.

farnaz7 commented 8 years ago

*

mskec commented 8 years ago

@criso Are there plans to update default Graph API version?

dibeesh commented 8 years ago

Hi Team, Could you please let me know there any plans to migrate to latest Graph api version? Thank you.

Edit: While investigating the code found a method for set version graph.setVersion(2.7);

Thank you.

criso commented 8 years ago

Updated to 2.4 :)

dibeesh commented 8 years ago

Thank you..