Open josefcarlsson opened 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??
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.
org.apache.cordova.facebook.Connect
cdv-plugin-fb-connect.js
ConnectPlugin
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
Whats wrong??