Facebook Email field return null (even if the “email” permission is set and accepted)

前端 未结 14 1180
孤街浪徒
孤街浪徒 2020-11-29 01:12

For some users in our application, the email field returns NULL even if the user has granted the email access to the app. When we check the scope parameter and the validity

14条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-29 02:11

    According to the documentation:

    Note, even if you request the email permission it is not guaranteed you will get an email address. For example, if someone signed up for Facebook with a phone number instead of an email address, the email field may be empty.

    That would explain why some users have a null email!

提交回复
热议问题