Question: Social Auth Not Working

Social Auth Not Working

Hi, i am facing issue with social auth login for Facebook and Google. As per documentation, i have added these redirect url in both facebook and google app. https://larebco.com/social_aut

MM

MOHAMMED MAHMOOD

Asked
Hi, i am facing issue with social auth login for Facebook and Google. As per documentation, i have added these redirect url in both facebook and google app.

https://larebco.com/social_auth/login/Facebook https://larebco.com/social_auth/login/Google
Also enabled in hybridauthlib.php file.

But when i execute the social login, then Google gives me “Error 400: redirect_uri_mismatch” error and shows on screen that redirect url should be like this: redirect_uri: https://larebco.com/?hauth_done=Google

On facebook login, it gives below error:

“URL blocked: This redirect failed because the redirect URI is not white-listed in the app’s client OAuth settings. Make sure that the client and web OAuth logins are on and add all your app domains as valid OAuth redirect URIs.”

I also tried with these these redirect url in both social app:

https://larebco.com/social_auth/endpoint/?hauth_done=Facebook https://larebco.com/social_auth/endpoint/?hauth_done=Google
But getting same issue. Here is my shop website link: https://larebco.com/

Please advice me on this asap.