Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @damian,

    I am facing same issue on my live site so can you help me as soon as possible because facebook login not works.

    Thanks in advance.

    Plugin Author Damian

    (@timersys)

    That means that then the APP popup shows asking for permissions, email permission was not granted by the user.
    You should see the same popupw hen you try again if not, try clearing the app from your facebooks apps and try again.

    Let me know if that works

    Hello,

    Delete the line 183-187 in public/class-facebook-login-public.php for the solution.

    //check if user at least provided email
    if( empty( $fb_user[’email’] ) )
    $this->ajax_response( array( ‘error’ => __(‘We need your email in order to continue. Please try loging again. ‘, ‘fbl’ ) ) );
    Map our FB response fields to the correct user fields as found in wp_update_user

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Login Problem … I get an error’ is closed to new replies.