我想从已加入的已关闭群组中抓取帖子。我看了facebook api,但我仍然不知道如何解决这个问题。我读了这个帖子Facebook API / httpclient wrapper for crawling through the wall posts & group posts of any user?。但它已经过时了,并没有提供好的答案。
答案 0 :(得分:2)
您可以尝试使用Graph API Explorer测试代码
基本上,您可以通过
发送http请求来访问数据GET
https://graph.facebook.com/{group-id}/feed?access_token={token}
答案 1 :(得分:0)
2019年更新:您无法从fb组获取数据,因为他们添加了新的权限,您必须与他们一起验证您的应用程序。