Facebook Login Stopped Working
-
Hi. The facebook login used to work, but now it doesn’t. It goes through to the ‘My Account’ page but isn’t logged in. Google login still works fine.
Hi,
Try to add the following PHP code snippet to the child theme functions.php file
add_filter( 'woodmart_alt_auth_method', '__return_true' );
Regards
It hung for a long time, then returned this error:
Facebook doesn’t provide your email. Try to register manually.
Facebook doesn’t provide your email. Try to register manually.
It means that Facebook API doesn’t return your email for this account. We don’t know why it happens but you can’t login with Facebook in such cases.