I am trying to run the facebook plugin "SIMPLE Example" using a rowan emulator.
I already included facebook_js_sdk.js and cdv_plgin.js and cardova.js.
config.xml is as follows.
<plugin name="org.apache.cordova.facebook.Connect value="org.apache.cordova.facebook.ConnectPlugin"/> <gap:plugin name="FacebookConnect"> <param name="APP_ID" value="xxx" /> <param name="APP_NAME" value="app" /> </gap:plugin>
I get an error
org.apache.cordova.facebook.Connect.getLoginStatus
It seems that we are missing some things :(
Interestingly, although you can fill in the text box to pass the json object to the callback you want to execute
Thanks.
source share