← Back to Social Login Support
Does your facebook account not have your email address set? I'm thinking this would be the cause of your error but need to confirm.
I can't figure it. I think everyone who have Facebook account should have an email address and I have too.
Maybe you can try to login in this url using your facebook account to try. http://goo.gl/h8wS6E
Flynsarmy said:
Does your facebook account not have your email address set? I'm thinking this would be the cause of your error but need to confirm.
I have the same problem with the Facebook login. The Facebook user has 2 email accounts, 1 is the personal email account which used to register to Facebook (it's hidden from timeline), and another one USER_ID@facebook.com. Neither returned from Facebook. I dumped the provider object received from Facebook if you need it pastebin
also the permission user_about_me gives a message that the login must be reviewed pic. it's probably not needed since by default we care only for the name and email.
Last updated
all of you can resolve this issue by go to this plugin directory. Edit composer.json like below,
{
"name": "flynsarmy/sociallogin",
"require": {
"hybridauth/hybridauth": "2.5.*",
"google/apiclient": "1.1.*"
}
}
and run this command,
composer update
this issue is because the plugin vendor / package.
Last updated
Hi , I am using your plugin for octobercms. How we can redirect to current page to our user after the login to facebook? currently it is redirect to homepage. Please help me.
1-13 of 13