Home Forums WoodMart support forum Facebook connexion doesn't work – Use Strict Mode for Redirect URIs

Facebook connexion doesn't work – Use Strict Mode for Redirect URIs

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #54891

    arnaud3214
    Participant

    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

    #54918

    Artem Temos
    Keymaster

    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

    #54925

    arnaud3214
    Participant

    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.
    #54931

    Artem Temos
    Keymaster

    Could you please provide us your admin and FTP access? Does the login form work at all for you?

    #54949

    arnaud3214
    Participant

    The standard login form works properly.
    Only Facebook login has the issue.

    I send you the login within the private section.

    Thanks

    #54950

    Artem Temos
    Keymaster

    Strange, but we don’t see our theme files http://prntscr.com/jaqh9u

    #54958

    arnaud3214
    Participant

    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.
    #54961

    Artem Temos
    Keymaster

    Could you please also disable all external plugins that are not related to our theme?

    #55014

    arnaud3214
    Participant

    I found the plugin which created the error: SI Captcha Anti-Spam

    Thanks a lot for your help!
    Topic closed, thanks.

    #55025

    Artem Temos
    Keymaster

    We are glad that you found the solution!

Viewing 10 posts - 1 through 10 (of 10 total)

The topic ‘Facebook connexion doesn't work – Use Strict Mode for Redirect URIs’ is closed to new replies.