简体   繁体   English

无法加载网址:此网址的域未包含在应用程序的域中

[英]Unable to load URL: This URL's domain is not included in the app's domain

I get the following error: Unable to load URL: This URL's domain is not included in the app's domain. 我收到以下错误:无法加载URL:此URL的域不包含在应用程序的域中。 In order to load this URL, all your apps' domains and subdomains must be added to the App domains field in your app settings. 为了加载此URL,必须将所有应用程序的域和子域添加到应用程序设置的“应用程序域”字段中。 I can read from threads that previously this problem could be solved by disabling the "Use Strict Mode for Redirect URIs" however with the recent update from Facebook it's not possible to disable the function and I just cant make the facebook login work for our site. 我可以从线程中读取到以前可以通过禁用“对重定向URI使用严格模式”来解决此问题的方法,但是由于Facebook最近的更新,无法禁用该功能,而我只是无法使Facebook登录功能可用于我们的网站。

I had this same problem. 我有同样的问题。

The solution was to add the callback URI too (at https://developers.facebook.com/apps/ YOUR-APP-ID /fb-login/settings/ -> Valid OAuth Redirect URIs), in my case, I had to add: http:// example.com /auth/facebook/callback 解决方案是也添加回调URI(在https://developers.facebook.com/apps/ YOUR-APP-ID / fb-login / settings /->有效的OAuth重定向URI中),在我的情况下,我必须添加:http:// example.com / auth / facebook / callback

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Facebook 显示错误:无法加载 URL:此 URL 的域未包含在应用程序的域中 - Facebook showing error: Can't Load URL: The domain of this URL isn't included in the app's domains Facebook Auth:无法加载URL:此URL的域未包含在应用的域中 - Facebook Auth: Can't Load URL: The domain of this URL isn't included in the app's domains 图表返回错误:无法加载网址:此网址的域未包含在应用的域中 - Graph returned an error: Can't Load URL: The domain of this URL isn't included in the app's domains facebook登录名:无法加载URL:该URL的域未包含在应用程序的域中 - facebook login : Can't Load URL: The domain of this URL isn't included in the app's domains 无法加载 URL:此 URL 的域未包含在应用程序的域中。 为了能够加载这个 URL... Codeigniter - Can't Load URL: The domain of this URL isn't included in the app's domains. To be able to load this URL… Codeigniter Facebook App - 此URL的域名未包含在应用程序的域中。 为什么? - Facebook App - The domain of this URL isn't included in the app's domains. Why? Facebook身份验证,严格的OAuth模式:此URL的域不包含在应用程序的域中 - Facebook Authentication, Strict OAuth Mode: The domain of this URL isn't included in the app's domains PHP函数:URL域中的连字符不见了 - PHP function: hyphen in URL's domain gone 正则表达式替换以 .css 结尾的 url 域 - Regex to replace domain of url if it's ending with .css 如何强制网站URL与域地址相同 - How to force website URL to remain the same as the domain's address
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM