简体   繁体   English

如何获取在 Facebook 群组中发帖的用户?

[英]How can I get the user who posted in a Facebook group?

I'm trying to find out the user who posted each post in a Facebook group.我试图找出在 Facebook 群组中发布每个帖子的用户。 I'm able to get the posts from the group:我能够从组中获取帖子:

GET https://graph.facebook.com/{group_id}/feed

but the user who posted each one is not included in the info.但发布每一个的用户不包括在信息中。

You need to ask for the fields, else you will only get default ones:你需要询问这些字段,否则你只会得到默认的:

{group_id}/feed?fields=message,from

Available fields: https://developers.facebook.com/docs/graph-api/reference/post可用字段: https : //developers.facebook.com/docs/graph-api/reference/post

暂无
暂无

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

相关问题 我可以在我的粉丝页面中获取通过我的 FB App 发布的帖子点赞的 Facebook 用户的注册电子邮件吗? - Can I get Facebook user's registered email who has liked the posts posted through my FB App in my Fan page? 我可以使用Facebook API获取有关谁在我的Facebook页面上发布的详细信息吗? - Can i use the facebook api to get details about who posted on my facebook page? 如何查询Facebook用户发布的所有评论? - How can I query for all the Comments posted by a Facebook user? ios slcomposeviewcontroller与facebook-如何获取发布的图像ID? - ios slcomposeviewcontroller with facebook - How can I get the posted image id? 如何获得点击按钮的用户的Facebook ID? - How can I get user's facebook ID who clicked like button? 如何通过facebook社交插件获取已注册我网站的用户的个人资料图片 - How can i get the profile picture of a user who have registered my website via the facebook social plugin 如何使用Graph API获取在我的Facebook页面中签入的用户ID? - How can I get the user IDs who checked in my Facebook page by using Graph API? 如何追踪在 Facebook 中发布的链接? - How can I trace for a link posted in Facebook? 如何使用Graph API获取Facebook群组发布的所有内容 - How to get all content posted by a Facebook Group using Graph API 如何获取Facebook用户通过我的应用发布的帖子列表 - How to get a list of posts Facebook user posted through my app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM