我试图找出在Facebook群组中发布每个帖子的用户。我能够从小组中获得帖子:
GET https://graph.facebook.com/{group_id}/feed
但发布每一个的用户不包含在信息中。
答案 0 :(得分:1)
您需要询问字段,否则您只会获得默认字段:
{group_id}/feed?fields=message,from
可用字段:https://developers.facebook.com/docs/graph-api/reference/post