Facebook open graph private group feed request

安稳与你 提交于 2019-12-06 01:43:23

For GET requests, you just use a query string parameter:

https://graph.facebook.com/195466193802264/feed?access_token={access token}

As far as the access token, according to the documentation you need:

To read a Group, you need:

  • any valid access_token if the group is public (i.e. the group's privacy setting is OPEN)
  • user_groups permission for a user's non-public groups
  • friends_groups permission for a user's friend's non-public groups
  • Groups for Apps and Games require the use of an App access_token.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!