简体   繁体   中英

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. 在此处输入图片说明

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 will only redirect to URIs that have been explicitly allowed in the Facebook App settings.

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. After saving the changes, the error message should disappear.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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