I’m using https://graph.facebook.com/EVENT_ID/picture to get an events photo. I’ve also tried attaching an access token via “access_token=ACCESS_TOKEN”, but have had no luck. Here’s an example:
https://graph.facebook.com/117496261723830/picture
As you can see, the graph is returning the default image ID, despite that event object existing. What am I doing wrong?
Users report they are able to use fql to retrieve the image: refer to http://facebook.stackoverflow.com/a/10364845/912623