Fetch Email Id and name of the user who commented in my facebook group or page

孤街醉人 提交于 2019-12-02 18:51:31

问题


I have a Facebook app which has Facebook login as a product. My requirement is to fetch the comments on my posts in group/page and view the email and name of the user who has commented.

I'm using graph API to fetch the comment from a post with

{post-id}/comments

Further more I can fetch the user from each comment by

{comment-id}?fields=from

although this works when a user has given permission to my app. I'm unable to get the email of the user from the above endpoint.

Also how can I mandate that the users in my Group/Page must give permissions to my app if I'm a group admin/page admin.

来源:https://stackoverflow.com/questions/58795305/fetch-email-id-and-name-of-the-user-who-commented-in-my-facebook-group-or-page

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