【问题标题】:How to retrieve message attachment with FQL?如何使用 FQL 检索邮件附件?
【发布时间】:2012-09-16 01:31:47
【问题描述】:

我知道根据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": [
        ]
      }
    }
  ]
}

【问题讨论】:

    标签: facebook message facebook-fql messaging


    【解决方案1】:

    它似乎还不受支持。你可以使用这个:

    View attachments in threads

    我猜它会在统一消息中得到支持。

    【讨论】:

      猜你喜欢
      • 2013-06-14
      • 1970-01-01
      • 1970-01-01
      • 2012-02-22
      • 2022-11-23
      • 2016-04-09
      • 2013-04-14
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多