Wizcorp / phonegap-facebook-plugin

The official plugin for Facebook in Apache Cordova/PhoneGap
Other
1.91k stars 2k forks source link

Get a error message "OAuthExeption","code":2500 #473

Open josefcarlsson opened 10 years ago

josefcarlsson commented 10 years ago

when i click me i get the and error message and in the log it says that-

2014-05-12 20:24:55.077 mrnice[970:60b] ERROR: Method 'init:' not defined in Plugin 'org.apache.cordova.facebook.Connect' 2014-05-12 20:24:55.078 mrnice[970:60b] -[CDVCommandQueue executePending] [Line 116] FAILED pluginJSON = [ "org.apache.cordova.facebook.Connect1639562725", "org.apache.cordova.facebook.Connect", "init", [ "APP_ID" ]

help me please, in the config file i have tried everything, right now it says

<plugin name="FacebookConnectPlugin" value="FacebookConnectPlugin"/>

Whats wrong??

JonathanHindi commented 10 years ago

You need to change org.apache.cordova.facebook.Connect in the cordova exec function calls in cdv-plugin-fb-connect.js file to ConnectPlugin to reflect the name of the android class.