Home Forums WoodMart support forum Google & Facebook Social Login Configuration Assistance (WoodMart v8.5.5)

Google & Facebook Social Login Configuration Assistance (WoodMart v8.5.5)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #724565

    bravuraiq
    Participant

    Hello XTemos Support,

    I hope you are doing well.

    I am using the latest licensed version of WoodMart (v8.5.5) on my website:

    https://bravura-iq.com

    I am currently configuring both Google and Facebook Social Login.

    For Google, I have already completed the Google Cloud OAuth setup:

    * OAuth Consent Screen configured.
    * Client ID and Client Secret added to WoodMart.
    * Authorized JavaScript Origin:

    https://bravura-iq.com

    * Authorized Redirect URI:

    https://bravura-iq.com/wp-admin/admin-ajax.php?action=wd_google_login

    However, when I click Continue with Google, I receive the following error:

    Error 400: redirect_uri_mismatch

    Could you please confirm the exact Redirect/Callback URL required by WoodMart v8.5.5 for Google Login? If the correct callback URL is different from the one above, please provide the exact URL.

    Additionally, since I will also configure Facebook Login, could you please provide or confirm the correct Facebook Callback URL required for WoodMart v8.5.5, so I can configure both providers correctly from the beginning?

    If there are any additional settings or requirements specific to WoodMart 8.5.5 for Google or Facebook Social Login, please let me know.

    Thank you very much for your assistance.

    #724630

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Thank you for contacting us.

    The **Error 400: redirect_uri_mismatch** indicates that the Redirect URI sent by your website does not exactly match the Redirect URI configured in your Google Cloud Console. Even a small difference (such as an extra slash, HTTP vs HTTPS, or a different callback URL) will cause this error.

    I am sure you have already go through the theme documentation here:

    https://xtemos.com/docs-topic/how-to-configure-google-login/
    https://xtemos.com/docs-topic/how-to-configure-facebook-login/

    Otherwise, please follow the steps below to resolve the issue.

    ### Step 1: Verify the Redirect URL in WoodMart

    Go to:

    **Dashboard → Theme Settings → Login/Register → Google Login**

    Ensure that Google Login is enabled and your **Client ID** and **Client Secret** are entered correctly.

    ### Step 2: Copy the Callback URL from WoodMart

    Instead of entering the callback URL manually, please use the callback URL displayed in the WoodMart Social Login settings (if available). This ensures there are no typing mistakes.

    If your installation does not display the callback URL, the default callback URL is:

    `
    https://bravura-iq.com/wp-admin/admin-ajax.php?action=wd_google_login
    `

    ### Step 3: Configure Google Cloud Console

    Open your Google Cloud Console project and navigate to:

    **APIs & Services → Credentials → OAuth 2.0 Client ID**

    Verify the following:

    **Authorized JavaScript Origins**

    `
    https://bravura-iq.com
    `

    **Authorized Redirect URIs**

    `
    https://bravura-iq.com/wp-admin/admin-ajax.php?action=wd_google_login
    `

    The Redirect URI must match exactly. Please make sure:

    * HTTPS is used.
    * The domain is identical.
    * There are no trailing slashes.
    * There are no extra spaces or different URLs.

    After saving the changes, wait a few minutes for Google’s servers to update before testing again.

    ### Step 4: Clear Cache

    After making the changes:

    * Clear your website cache.
    * Clear any server cache.
    * Purge Cloudflare cache (if applicable).
    * Open the website in an Incognito/Private browser window and test the login again.

    ### Step 5: If the Issue Persists

    If you are still receiving the **redirect_uri_mismatch** error, it usually means that Google is receiving a different callback URL than the one configured.

    Please send us the following information:

    1. A screenshot of your Google Cloud Console **OAuth Client** settings showing the Authorized Redirect URIs.
    2. A screenshot of your WoodMart **Google Login** settings.
    3. The complete URL shown in your browser after the error occurs (copy it from the browser address bar). This URL contains the exact redirect_uri being sent to Google and will help us identify the mismatch.

    ### Facebook Login

    For Facebook Login, configure the Valid OAuth Redirect URI as:

    `
    https://bravura-iq.com/wp-admin/admin-ajax.php?action=wd_facebook_login
    `

    Also make sure that:

    * Your website uses HTTPS.
    * The App Domains include your website domain.
    * The Privacy Policy URL and Terms of Service URL are configured if required by Meta.
    * The Facebook App is in Live mode before testing with non-admin accounts.

    Following the steps above should resolve the issue in most cases. If the problem continues, please provide the requested screenshots and the full error URL so we can investigate further.

    Best Regards.

    #724660

    bravuraiq
    Participant

    Hello,

    Thank you for your support.
    please if you can check the private information

    • This reply was modified 4 days, 18 hours ago by bravuraiq.
    • This reply was modified 4 days, 18 hours ago by bravuraiq.
    #724667

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Can you please add me as a developer in your Google Login app so I will check the settings and let you know the solution? Also, please share the WP admin login details of your site.

    My Email is: aizazawan.blackpearlspro@gmail.com

    Best Regards.

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