-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
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
expose fields to be returned #68
Comments
You can use the option
|
I received an empty field for email, although I published my email |
Hello, I am having the same issue, emails is empty |
@martinnov92 I think the issue is with Passport Facebook also uses The correct configuration is the following: {
clientID: '',
clientSecret: '',
profileFields: ['id', 'displayName', 'name', 'email', 'gender'],
} |
expose fields param like in:
https://www.npmjs.com/package/passport-facebook
The text was updated successfully, but these errors were encountered: