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'm trying to get images of facebook apps, just like you can do with getting friend profile photos. I'm having limited success. I can get some but not all. Is there a special call for app images? For example for Chefville, I request by

graph.facebook.com/257203587718613 and i get:

...
"cover": {
   "cover_id": 257212824384356,
   "source": "http://sphotos-a.xx.fbcdn.net/hphotos-snc7/s720x720/600695_257212824384356_797360924_n.jpg",
   "offset_y": 0
}
...

but for song pop app graph.facebook.com/439338436095592 :

{
  "error": {
    "message": "Unsupported get request.",
    "type": "GraphMethodException",
    "code": 100
  }
}
share|improve this question
it seems that the id doesn't exists – chumkiu Sep 21 '12 at 19:46
or your app is not public – chumkiu Sep 21 '12 at 19:49

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.