I read my wall posts on a user's wall using the Graph API "/ 637674567 / posts". One of the data elements is that he likes photography. Is there any way to get the url for the photo? When I get the item information, I get the following (below). I have confirmed that Darryl allows apps to see their photos and status updates. I tried to get all permissions for my application. I can not understand. Any help? Thanks!
{ "id": "637674567_10151119619094448", "from": { "name": "Darryl Green", "id": "637674567" }, "story": "Darryl Green likes a photo.", "story_tags": { "0": [ { "id": 637674567, "name": "Darryl Green", "offset": 0, "length": 19, "type": "user" } ] }, "type": "status", "application": { "name": "Likes", "id": "2409997254" }, "created_time": "2012-08-29T03:29:03+0000", "updated_time": "2012-08-29T03:29:03+0000", "comments": { "count": 0 } }
source share