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
If you can help me solve this problem I would be appreciated for your help
