简体   繁体   English

laravel 5.4中的社交互动,使用社交名流

[英]Social Interation in laravel 5.4 using socialite pluign

I am try to Signup with facebook in laravel 5.4 application using Socialite plugin ...I configured that plugin in my page but while i redirect to facebook page from my app it shows an error. 我尝试使用Socialite插件在laravel 5.4应用程序中与Facebook注册...我在页面中配置了该插件,但是当我从我的应用程序重定向到Facebook页面时,它显示错误。 在此处输入图片说明

I Think want to change subdomain but I Doknow what is exactly means??? 我想要更改子域,但我知道这到底意味着什么???

After authenticating, Facebook sends a secret access token back to the app that allows to access that user's data. 身份验证后,Facebook将秘密访问令牌发送回应用程序,以允许访问该用户的数据。 Facebook will only redirect to URIs that have been explicitly allowed in the Facebook App settings. Facebook将仅重定向到Facebook App设置中已明确允许的URI。

Go to the "Facebook Login" tab in your app settings page on developers.facebook.com and add the URL into the "Valid OAuth Redirect URIs" box. 转到位于developers.facebook.com上的应用设置页面中的“ Facebook登录”标签,然后将URL添加到“有效的OAuth重定向URI”框中。 After saving the changes, the error message should disappear. 保存更改后,错误消息应消失。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM