I am using Passport-Facebook authentication.
passport.use(new FacebookStrategy({ clientID: \'CLIENT_ID\', clientSecret: \'CLIENT_SECRET\
You can use the code provided as an example in the passport-facebook site as a starting point. Then, to get access to email, make sure to check @Forivin's answer.