Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter chickster25

    (@chickster25)

    ive been testing again and can see some account details are now being brought over to our websites, but ommitting the email address.

    As every new user on our site gets a password emailed to them, any user using their fb login cannot login to our website. Is there any way to get around this as the fb user/password combination is not working?

    thanks

    chickster25, I had the same problem so I went and replaced “/wordpress-social-login/hybridauth/Hybrid/Providers/Facebook.php” with the version from the HybridAuth package and it worked perfectly….. http://hybridauth.sourceforge.net/downloading.html

    Line for line the Facebook.php’s from both packages are identical except for line 18 where the plugin requests less permissions.

    Plugin’s facebook.php scope includes
    public $scope = "email, user_about_me, user_birthday, user_hometown, user_website";

    While the Facebook.php from the hybrid auth 2.1.0zip package includes
    public $scope = "email, user_about_me, user_birthday, user_hometown, user_website, read_stream, offline_access, publish_stream, read_friendlists";

    Both of them include email in the scope. Are you sure replacing those files is what solved your problem?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cannot get facebook login to work?’ is closed to new replies.