Open harryy2510 opened 8 years ago
@harryy2510 site url is not the redirect/callback url site url is you website's url. Redirect/callback url is the url where the users will be redirected when the users of you site successfully login. Add the redirect/callback url on your facebook app here: 1) go to https://developers.facebook.com 2) login and select your app from my apps. 3) from the left side menu (which has dashboard, setting, etc) see under products, you will Facebook login 4) open facebook login and add redirect url(s) under Valid OAuth redirect URIs
This is what my code looks like
in my facebook account, site url is mentioned as
http://officebus.com/
In my laravel services.php file redirectUri is mentioned as
url('/')
My AuthController
It still gives the same error :(