我知道根据http://developers.facebook.com/bugs/311146672312127,使用Open Graph API检索附件是不可能的。 FQL怎么样?
SELECT attachment FROM message
WHERE thread_id = xxxxxxxxxxxxxxx AND viewer_id=xxxxxxxxxx LIMIT 925,1
给我:
{
"data": [
{
"attachment": {
"media": [
],
"name": "",
"caption": "",
"description": "",
"properties": [
],
"icon": "http://static.ak.fbcdn.net/rsrc.php/v2/yD/r/aS8ecmYRys0.gif",
"fb_object_type": "",
"fb_object_id": "",
"tagged_ids": [
]
}
}
]
}