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 447 forks source link

Unable to request age range in profile fields. #217

Open mhverbakel opened 7 years ago

mhverbakel commented 7 years ago

The API allows requesting an age range (without review), but the strategy only allows birthday.

Proposal: Add ageRange to the profile fields, which retrieves the age_range field from the facebook server.