Retrieving facebook page JSON feed is not working
By : Arda
Date : March 29 2020, 07:55 AM
|
Is it possible to get Facebook feed, likes and comments from a closed group that I own using the Facebook API + PHP
By : Chris H
Date : March 29 2020, 07:55 AM
|
Is it possible to read a secret or closed Facebook group feed with the API?
By : raj
Date : March 29 2020, 07:55 AM
This might help you The user_managed_groups permission can be used to read the group content for a group in which the user is an admin
|
Is it possible to get a facebook feed to a closed group that I belong to but do not own?
By : Tyler Walker
Date : March 29 2020, 07:55 AM
To fix the issue you can do 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.
|
Facebook graph access closed group feed/posts
By : greeshma thomas t
Date : March 29 2020, 07:55 AM
will help you What is facebook's reason for not allowing this access? If I am a member of this group I have access to this information anyway via browser
|