I have a problem when logging in or new registration using Facebook

Home Forums Legacy Support Support queries Other issues I have a problem when logging in or new registration using Facebook

Viewing 15 posts - 1 through 15 (of 32 total)
  • Author
    Posts
  • #236379
    RagabSalem
    Spectator
    Hi Login with Facebook was working fine on my site Suddenly it stops. I checked his data again as in the video and noticed it is not mine So I modified it again but it doesn't work Please Help
    #236380
    RagabSalem
    Spectator
    This reply has been marked as private.
    #236429
    logan
    Member

    Hello,

    I discussed the development team they told me the entire situation. facebook and google are continuously updating their API. that's the reason behind this issue. use any third-party plugin for the social login with BuddyPress.

    Recommendation: https://wordpress.org/plugins/nextend-facebook-connect/

    this works great with wplms.

    #236503
    RagabSalem
    Spectator
    This reply has been marked as private.
    #236535
    logan
    Member
    Hello, Please paste this snippets in your wp-admin >> plugins >> editor >> wplms-customizer plugin >> wplms-customizer.php  Or in Please add this code in your wplms-customizer.php file in wplms customizer plugin by using your FTP/SFTP/cpanel: add_filter('wplms_site_lock_exclusions',function($pages){ $page_id = 53;//put your page id to exclude from site lock
    if(empty($pages))
    $pages = array();
    array_push($pages,$page_id);
    return $pages;
    });   enter page id where do you want to redirect.
    #236541
    RagabSalem
    Spectator
    This reply has been marked as private.
    #236690
    logan
    Member

    hello,

    1. You can change this in lms setting.  Refer: http://prntscr.com/jxzs5x

    Go to wp-admin>lms>settings>student login redirect.

    deactivate all 3rd party plugins and then check if it works or not.
    #236824
    RagabSalem
    Spectator
    I check put same problem
    #237008
    logan
    Member
    Hello, when you get the register message when you click the activate only then it will be redirected. we do not support the social login redirect for now. we will add this incoming updates. it is in our planned list.
    #237015
    RagabSalem
    Spectator
    This reply has been marked as private.
    #237101
    logan
    Member
    This reply has been marked as private.
    #237127
    RagabSalem
    Spectator
    This reply has been marked as private.
    #237174
    Veronica
    Moderator
    This reply has been marked as private.
    #237189
    RagabSalem
    Spectator
    This reply has been marked as private.
    #237231
    RagabSalem
    Spectator
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 32 total)
  • The topic ‘I have a problem when logging in or new registration using Facebook’ is closed to new replies.