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
}
}