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 trying to use the Graph API to access images posted to the Events wall. I tried using the example event from the developers guide with the API explorer by querying 331218348435/photos, and then I get an array of photos back.

But when I replace the ID with the one of my own event, it returns an empty data set. If I remove /photo, I get information about the event. The event is public and has two images posted to the wall. Why does it return an empty data set? The ID of my event is 328289597226043.

share|improve this question

1 Answer

up vote 0 down vote accepted

This is probably a bug, take a look at this question which looks like similar issue.

I've tried to create one event for myself and tried to experiment with images but I don't seem to get any photos out of it.

share|improve this answer
Okey thank you! Were you able to solve it? – Anton Gildebrand Apr 6 '12 at 2:51

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.