简体   繁体   English

如何在 Facebook API 上查看评论来自谁

[英]How can I View Who a Comment was From on Facebook API

I'm trying to export all the comments on a post with Facebook Graph.我正在尝试使用 Facebook Graph 导出帖子的所有评论。

I can get all the comments fine along with the tags but I'm having some problems getting the user who actually commented.我可以获得所有评论以及标签,但是我在获取实际评论的用户时遇到了一些问题。 I own the page and post that I'm doing this too.我拥有该页面并张贴说我也在这样做。 Is there a specific permission I need?我需要特定的许可吗? I have manage_pages, pages_show_list, and public_profiles.我有 manage_pages、pages_show_list 和 public_profiles。

Any help would be great, thanks!任何帮助都会很棒,谢谢!

It is important that you are using a Page Token .使用Page Token很重要。 With a simpel App Token, you will not get the from field in the response.使用 simpel App Token,您将不会在响应中获得from字段。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用 BeautifulSoup 刮取评论的“查看”计数? - How can I scrape “view” count of a comment with BeautifulSoup? 如何从API文档中排除视图? - How can I exclude a view from the API documentation? 谁从使用Facebook API的帖子组中获得评论 - Who get comments from post group with Facebook API Python-Facebook API:如何使用Python Facebook API获取所有喜欢我最近在facebook上发帖的人的profile_ids? - Python-Facebook API: How do I get the profile_ids of all the people who have liked my recent posts on facebook using Python Facebook API? 如何使用 BeautifulSoup 从 HTML 中去除评论标签? - How can I strip comment tags from HTML using BeautifulSoup? 如何从Jinja2模板读取注释块? - How can I read comment blocks from a Jinja2 template? 如何获取父评论的 ID(facebook Graph API)? - How to get the ID of the parent comment (facebook Graph API)? 如何为博客详细信息视图上的评论制作 api。 我不需要回复评论(即没有孩子评论) - how to make api for comments on a blog detail view. I dont need replies to comments ( ie no children comment) 如何使用python sdk过滤来自facebook ads api的统计信息? - How can I filter statistics from facebook ads api using the python sdk? 如何在 Facebook Marketing API 上查看活动的投放状态 - How can I check Delivery Status of campaign on Facebook Marketing API
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM