简体   繁体   English

facebook登录名:无法加载URL:该URL的域未包含在应用程序的域中

[英]facebook login : Can't Load URL: The domain of this URL isn't included in the app's domains

I did a project before 1 year in laravel and everything was fine since 1 year ago but yesterday i got a notice about the problem. 我在laravel进行了1年之前的一个项目,自1年前以来一切都很好,但是昨天我收到了有关该问题的通知。

I have tried to enter with facebook but the login didnt success . 我试图用facebook输入,但是登录没有成功。 I didnt change anything inside the page of the app and all the other login option work fine 100% (twitter and google ). 我没有在应用程序页面内进行任何更改,所有其他登录选项都可以100%正常运行(twitter和google)。

what is the problem could be ? 这可能是什么问题? why facebook didnt accepting my URL Now ?? 为什么Facebook不接受我的URL现在?

here is the error 这是错误

在此处输入图片说明

and this is all the setting as I think . 这就是我想的所有设置。

在此处输入图片说明


在此处输入图片说明

after the error I have set the privacy url because it was requirement and i have added the https ( I thought it will help to solve the problem . but it didnt ) 错误后,我设置了隐私URL,因为这是必需的,并且我添加了https(我认为这将有助于解决问题。但是没有)。

after long time of search, there was other people who face the same error. 经过长时间的搜索,还有其他人遇到相同的错误。 The problem is solved . 问题已经解决了 。 it seems like there is a new update from facebook . 似乎有来自Facebook的新更新。

for me I didn't change anything inside my app . 对我而言,我并没有改变我的应用程序。

the problem was because in my laravel ,I set the redirect link to be 问题是因为在我的Laravel中,我将重定向链接设置为

'redirect' => 'https://****.org/auth/facebook/callback/'

but it seems like i have to remove / from the end of the link 但似乎我必须从链接末尾删除/

the problem is solved with 问题解决了

'redirect' => 'https://****.org/auth/facebook/callback'

facebook was accepting the link with / but not anymore today . Facebook现在接受/的链接,但今天不再接受。

暂无
暂无

声明:本站的技术帖子网页,遵循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 无法加载 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 Facebook登录:该应用程序的域中未包含URL! 我收到错误> FacebookClient.php中的可捕获致命错误 - Facebook Login: URL isn't included in the app's domains! I get error > Catchable fatal error in FacebookClient.php 无法加载网址:此网址的域未包含在应用程序的域中 - Unable to load URL: This URL's domain is not included in the app's domain Laravel5.5通过Facebook使用社交名流无法加载URL - Laravel5.5 using socialite login via Facebook Can't Load URL 由于安全的画布网址,无法注册Facebook应用 - Can't register facebook app because of secure canvas url
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM