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.3k stars 446 forks source link

unable to get pages_show_list when user logs in. #222

Open sheksushant opened 7 years ago

sheksushant commented 7 years ago

I need to get other details than profile, email,name everything works.. but I am not able to get 'pages_show_list'

I have tried this profileFields: ['id', 'displayName', 'email','pages_show_list']