ionic-team / ng-cordova

OBSOLETE: Please move to Ionic Native https://github.com/ionic-team/ionic-native
https://github.com/ionic-team/ionic-native
MIT License
3.48k stars 1.05k forks source link

$cordovaFacebook - FACEBOOK - Graph API V2.0 Calls deprecated. #1277

Open ronycohen opened 8 years ago

ronycohen commented 8 years ago

I got this email from Facebook, and I'm using $cordovaFacebook.api


[Your app] has been making recent API calls to Graph API v2.0, which 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.

We recommend using our new Graph API Upgrade Tool to see which of your calls are affected by this change as well as any replacement calls in newer versions. You can also use our changelog to see the full list of changes.

jmcrthrs commented 8 years ago

ng-cordova is just a wrapped for plugins. You need to check the actual plugin docs/issues:

https://github.com/Wizcorp/phonegap-facebook-plugin/issues/1284

jacquesdev commented 8 years ago

The problem is that the wizcorp plugin hasn't been touched for about 8 months now, and most people are switching to https://github.com/jeduan/cordova-plugin-facebook4. The problem is that ng-cordova still uses the old one. I will create an issue asking the devs to update it to work with the new plugin.

I have created this issue #1326 to look at getting it fixed.