0

我想在 ionic 应用程序上通过 facebook 登录。但它在浏览器上运行良好,但在移动设备上它会触发错误。

Can't Load URL: The domain of this URL isn't included in the app's domains. 
To be able to load this URL, add all domains and subdomains
 of your app to the App Domains field in your app settings.

谁能告诉我为什么会这样

4

2 回答 2

1

尝试使用它作为重定向 url

http://localhost/callback
于 2016-12-16T08:05:13.993 回答
1

在应用程序设置的左侧选择产品并添加产品。然后选择 Facebook 登录。

然后将http://localhost:(Port no)/添加到“Valid OAuth redirect URIs”字段中,然后一切都会正常工作。

于 2016-12-15T19:31:42.260 回答