Is there a way to get user's email address fro

2019-02-20 19:42发布

Is there a way to get user's email address from a messenger app on a facebook page? I realize facebook gives me page scoped IDs, but you can't get a User node based on that.

1条回答
smile是对你的礼貌
2楼-- · 2019-02-20 20:36

No, the information you get from Facebook Messenger Platform are:

  1. first_name - First name
  2. last_name - Last name
  3. profile_pic - Profile picture
  4. locale - Locale of the user on Facebook
  5. timezone - Timezone, number relative to GMT
  6. gender - Gender
  7. is_payment_enabled - Is the user eligible to receive messenger platform payment messages

The trouble is that FB IDs and Messenger IDs are different.

查看更多
登录 后发表回答