Access a closed group's (whom I'm admin of) posts and comments without providing facebook functionality.
First -
developers.facebook.com/docs/graph-api/reference/… and stackoverflow.com/questions/30830210/facebook-blo… says that user_managed_groups permission is needed to access the information of a group of which.
developers.facebook.com/docs/graph-api/reference/… says that one needs to submit the app which intends to use user_managed_groups permission. But how to use a dummy closed group for testing purposes without submitting?
Second -
Can I make access group's information (posts and their comments) without having a Facebook login functionality ?
Hi,
I have the facebook app which is live and approved from facebook with permission include groups_access_member_info. But still not able to get members of specific group.
I already installed app for that specific group. Please advise what I have to do for get member information of that group?
J03
Just another bit in the byte
Go to developers.facebook.com/apps to set up an app and get API keys. Once you have those, you can craft requests to the graph API to use the functionality you specified in the app.