How to retrieve all email addresses in Facebook through API

Deadly 提交于 2019-12-10 21:57:06

问题


Facebook users can add multiple email addresses. I know, with the extended "email" permission, you can retrieve the primary email address through the graph API. How do you retrieve the rest of the email addresses? This is important for my app so that I can find their existing account in my database rather than unnecessarily creating a new account.


回答1:


The alternative email addresses are not available. They are not listed on the FQL table or the Graph API.



来源:https://stackoverflow.com/questions/7617085/how-to-retrieve-all-email-addresses-in-facebook-through-api

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