Passport-Facebook authentication is not providing email for all Facebook accounts

前端 未结 7 947
忘了有多久
忘了有多久 2020-12-07 20:16

I am using Passport-Facebook authentication.

  passport.use(new FacebookStrategy({
            clientID: \'CLIENT_ID\',
            clientSecret: \'CLIENT_SECRET\         


        
7条回答
  •  遥遥无期
    2020-12-07 20:47

    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.

提交回复
热议问题