Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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 ?

share|improve this question
Is it a Private group that you admin ? Are you unable to view the posts made by users of the group ? If so, sounds like a bug that you should file here - developers.facebook.com/bugs – Deepak Lakshmanan Sep 5 '12 at 18:02
Well the posts are present in the json object but I can't get its content. I think the problem is that when the type of the post is status you don't get any other info than caption which is not useful for me. Actually the type "status" is not even in the documentation of Post – sergiofbsilva Sep 5 '12 at 19:13
I've created a bug issue in facebook, please feel free to subscribe it and mark it as replayable.developers.facebook.com/bugs/… – sergiofbsilva Jan 30 at 14:58

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.