cordova Facebook连接插件登录失败! Facebook错误:未能获得访问令牌

时间:2014-07-07 12:18:38

标签: android facebook facebook-graph-api cordova

我在登录facebook时遇到问题

"cordova Facebook connect plugin fail on login ! Facebook error: failed to receive access token"

在模拟器上工作正常。但在移动设备上遇到麻烦。在facebook设置有任何问题。沙盒模式也被禁用

"Do you want to make this app and all its live features available to the general public?" its "yes"

请帮我解决这个问题。

1 个答案:

答案 0 :(得分:0)

只需验证www目录中的以下行:

<强> 的index.html

<script src="cdv-plugin-fb-connect.js"> </script>
<script src="facebook-js-sdk.js"></script>

<强> config.xml中

<gap:plugin name="FacebookConnect">
  <param name="APP_ID" value="xxxxxxxxxxxxxxx"/>
  <param name="APP_NAME" value="BenTen"/>
</gap:plugin> 
<access origin="*" subdomains="true">