使用有效的访问令牌在 Facebook-API https://graph.facebook.com/me/feed中读取我自己的 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
}
}