有効なAccess-Tokenを使用してFacebook-APIhttps://graph.facebook.com/me/feedで自分のフィードを読み取ると、以下に示す結果が得られます。気に入ったリンクを取得するにはどうすればよいですか?
いいねした写真があったときに私が得る同様の応答。写真のURLを決定する方法は?
{
"id": "xxxxxxx_yyyyyy",
"from": {
"name": "XXX",
"id": "xxxxxx"
},
"story": "Peter likes a link.",
"story_tags": {
"0": [
{
"id": "xxxxxxx",
"name": "Peter",
"offset": 0,
"length": 11,
"type": "user"
}
]
},
"type": "status",
"application": {
"name": "Likes",
"id": "2409997254"
},
"created_time": "2012-09-21T21:31:06+0000",
"updated_time": "2012-09-21T21:31:06+0000",
"comments": {
"count": 0
}
}