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

前端 未结 14 1182
孤街浪徒
孤街浪徒 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 01:46

    You need one more permission from facebook.

    include (about_me) permission to the facebook dev setting and also in your app or code..

提交回复
热议问题