Facebook connexion doesn't work – Use Strict Mode for Redirect URIs
-
Hi,
I followed all steps on https://xtemos.com/docs/woodmart/faq-guides/configure-facebook-login/ to configure the Facebook App.
As my website is in french, I added 2 differents URLS on Facebook app “Valid OAuth redirect URIs” :
– https://swissdiy.ch/my-account/facebook/int_callback
– https://swissdiy.ch/mon-compte/facebook/int_callback
Of course, I made the test with 2 sepertaly and the issue is the same.
Facebook App is public and configured on wp-admin side, I can also see the Facebook login button front-end.
The problem is that Facebook don’t allow to disable “Use Stric Mode for Redirect URls”.
So when I click on “login with Facebook”, I’m redirected to Facebook, enter my login/pass and I’m redirected to My account page.
And I’m still not connected to the website…
– Why do you require “Use Stric Mode for Redirect URls” disabled while Facebook changed their rules and don’t accept anymore to disable it?
Thanks a lot for your help.
Antoine
Hello,
Thank you so much purchasing our theme and contacting our support center.
Try to add the following PHP code snippet to the child theme functions.php file
add_filter( 'woodmart_alt_auth_method', '__return_true' );
Kind Regards
XTemos Studio
Hello,
Thanks, I now have a green bar on bottom which says :
“You are now logged in as”
But it still doesn’t connect the user to the website.
I joined a screenshot,
Thanks
Antoine
Attachments:
You must be
logged in to view attached files.
Could you please provide us your admin and FTP access? Does the login form work at all for you?
The standard login form works properly.
Only Facebook login has the issue.
I send you the login within the private section.
Thanks
Strange, but we don’t see our theme files http://prntscr.com/jaqh9u
Could you please refresh or try to connect again?
As you can see on my screenshot, on my FTP account I see all files.
And our users have the same permissions.
Attachments:
You must be
logged in to view attached files.
Could you please also disable all external plugins that are not related to our theme?
I found the plugin which created the error: SI Captcha Anti-Spam
Thanks a lot for your help!
Topic closed, thanks.
We are glad that you found the solution!
The topic ‘Facebook connexion doesn't work – Use Strict Mode for Redirect URIs’ is closed to new replies.