1

I am using laravel5.5 with laravel/socialite. Currently, I am developing my project on localhost:8000

I have setting everything in correct way, but when I try login via Facebook

I got this error message from 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.

In facebook's app setting(Basic) I have setting

-->Domain APP 

localhost

-->Web Site

Site URL

http://localhost:8000

facebook's app setting

If you can help me solve this problem I would be appreciated for your help

2 Answers2

0

you need to set the domain on the facebook developers settings, and enable the website to be live on App Review section.

Jordan Lipana
  • 437
  • 2
  • 4
  • 18
0

Can you insert your domain in App > Facebook Login > Settings > Valid OAuth redirect URIs (input text)? I occurred this problem when I forget to insert this field.

enter image description here

yekyawaung
  • 201
  • 2
  • 7