Is there a way to get user's email address from a messenger app on a facebook page?

白昼怎懂夜的黑 提交于 2019-11-27 07:30:36

问题


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:


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.



来源:https://stackoverflow.com/questions/41842905/is-there-a-way-to-get-users-email-address-from-a-messenger-app-on-a-facebook-pa

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!