2012-09-24 28 views
1

我知道根據http://developers.facebook.com/bugs/311146672312127,使用Open Graph API檢索附件是不可能的。關於FQL呢?如何使用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": [ 
     ] 
     } 
    } 
    ] 
} 

回答

相關問題