【发布时间】:2015-05-02 01:40:52
【问题描述】:
我正在使用 Parse for JavaScript,并且正在使用英特尔 XDK 中的 ionic 框架。
我正在尝试合并社交媒体登录,用户可以在其中使用 facebook 登录。
我通常知道如何导航,但我主要关心的是以下几点: 我正在将 facebook 用于需要 URL 的 javascript,当该 URL 无法访问时,它就不起作用。因此,在 iphone 或 android 上我还不能使用 facebook。
我得到的具体错误如下:
Warning
Given URL is not allowed by the Application configuration.: One or more of the given URLs is not allowed by the App's settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App's domains.
到目前为止我做了什么? 我彻底阅读了以下指南: http://www.benjamin.my/how-to-set-up-facebook-connect-plugin-and-parse-com-in-ionic-phonegap/
在指南的结尾处确实提到了
You may have to add an iOS setting or Android setting too eventually when you deploy to either platform.
这是我遇到问题的部分,并且有一段时间。
【问题讨论】:
标签: javascript android html facebook parse-platform