jaredhanson / passport-facebook

Facebook authentication strategy for Passport and Node.js.
https://www.passportjs.org/packages/passport-facebook/?utm_source=github&utm_medium=referral&utm_campaign=passport-facebook&utm_content=about
MIT License
1.29k stars 446 forks source link

How to get all Facebook's default profile fields? #261

Open tiendq opened 5 years ago

tiendq commented 5 years ago

Only name and profile picture is available in Facebook OAuth confirm dialog, no matter if I set profileFields as instructed here or not.

Expected behavior

Get all fields of person's public profile which available by default without any permission.

Actual behavior

Got only name and profile picture.

Environment