I am an admin of a private group in facebook and I would like to use facebook API to scrap all group posts.
I used graph api explorer to generate an access token with read_stream, friends_group and user_groups permissions.
When I access the group post with https://graph.facebook.com/GROUP_ID/feed?access_token=TOKEN I get a data array with each post but the caption element has the value
"Attachment UnavailableThis attachment may have been removed or the person who shared it may not have permission to share it with you." and all the other fields such as link, message, etc ... are not present.
If I open the facebook group using the browser I can see all posts.
Am I missing something here ?