无法将Facebook插件与波纹模拟器一起使用

问题描述:

我正在尝试使用波纹模拟器运行Facebook插件"SIMPLE example".

I am trying to run facebook plugin 'SIMPLE example' using ripple emulator.

我已经包含了facebook_js_sdk.js和cdv_plgin.js和cardova.js.

I already included the facebook_js_sdk.js and cdv_plgin.js and cardova.js.

config.xml如下.

config.xml is as follow.

<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>

我遇到错误

org.apache.cordova.facebook.Connect.getLoginStatus

org.apache.cordova.facebook.Connect.getLoginStatus

我们似乎缺少了一些东西:(

We seem to be missing some stuff :(

虽然您可以填写文本区域以将json对象传递给您要执行的回调,但这还是很酷的

What is kinda cool though you can fill in the textarea to pass a json object to the callback you want to execute

谢谢.

如果使用Ripple google扩展程序运行它,则可能是使用旧版本.

If you are running it using Ripple google extension, probably you are using old version.

尝试以下链接中提到的新版本.

Try out the new version as mentioned in the link below.

http://www.raymondcamden.com/index.cfm/2013/11/5/Ripple-is-Reborn

还请注意,您不能指望每个功能都可以在Ripple中使用.

Also note that you can not expect every single feature to work in Ripple.