We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dear Friend,
First of all I want to congrats you! This is a great plugin!
I've installed User Facebook plugin without problems:)
After Installed:
Configured Facebook ID/Secret Key;
Used Facebook Session instead of User's component session in my layout;
Im my login menu I have inserted follow code:
{% if user %} .... {% else %}
{% component 'facebookSession::fb-sdk' %} {% component 'facebookSession::login-button' %}
Everything worked fine to get the authentication, but after Facebook returned, I have received a message "The email field is required.".
Could you please, advise me on how to avoid that and get my user to be logged in?
PS: I have installed User Plugin, Profile Plugin and User Facebook.
Best Regards,
Antonio Carlos
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dear Friend,
First of all I want to congrats you! This is a great plugin!
I've installed User Facebook plugin without problems:)
After Installed:
Configured Facebook ID/Secret Key;
Used Facebook Session instead of User's component session in my layout;
Im my login menu I have inserted follow code:
{% if user %}
....
{% else %}
Everything worked fine to get the authentication, but after Facebook returned, I have received a message "The email field is required.".
Could you please, advise me on how to avoid that and get my user to be logged in?
PS: I have installed User Plugin, Profile Plugin and User Facebook.
Best Regards,
Antonio Carlos
The text was updated successfully, but these errors were encountered: