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.

When I try to retrieve photos from an open group on Facebook, I get an empty list instead.

This URL http://graph.facebook.com/275206825900621/photos gives me an empty list. I was expecting to see a list with the photo that I have uploaded to my test group.

{
   "data": [      
   ]
}

The problem might be security related, but I do not get any access errors. If I remove /photos from the end of the URL, I get access to the basic public info, http://graph.facebook.com/275206825900621.

share|improve this question

1 Answer

up vote 0 down vote accepted

Per the documentation at (https://developers.facebook.com/docs/reference/api/group/) there is no "photos" connection on a group object. However, there is a picture connection. Maybe someday Facebook will expand their API with a photos connection for a group object.

share|improve this answer
So it was document, after all. Thanks a lot for clarifying this. – Jan Aagaard Apr 10 '12 at 19:34

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.