Is it possible to get a facebook feed to a closed group that I belong to but do not own?

后端 未结 2 1997
一生所求
一生所求 2021-02-07 22:06

I know it\'s possible to get an rss feed or whatever for wall posts of groups. However, every time I try it with a closed group that I belong to, it doesn\'t work. Is this possi

2条回答
  •  花落未央
    2021-02-07 22:30

    To answer your question, yes you can access the posts even if you are not admin/owner. If you can see all posts of a group, there should be no reason not to be able to access them with the api.

    First, check if the access token is having 'user_groups' checked, otherwise you will not be able to access a closed groups. You can play with Graph Explorer yourself, till you get the needed results.

    If you experience problems after you get the right access token, then check if the token is not expired.

提交回复
热议问题