【问题标题】:How to get message shares?如何获得消息分享?
【发布时间】:2015-02-16 14:16:37
【问题描述】:

我尝试从两个用户之间发送的消息中获取共享对象。

根据 Facebook 文档,我应该使用方法 /{message-id}/shares https://developers.facebook.com/docs/graph-api/reference/v2.2/message/shares

但是当我与具有 read_mailbox 权限的用户一起尝试此操作时,我收到以下错误:

{
    "error": {
        "message": "Unsupported get request. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api", 
        "type": "GraphMethodException", 
        "code": 100
    }
}

我使用通过请求 /me/inbox

检索到的消息 ID

我错过了什么?

【问题讨论】:

    标签: facebook facebook-graph-api-v2.2


    【解决方案1】:

    使用以下格式/m_mid.$cAAGZr4WGacdkQBX_21eDtC3iV6w9/shares

    【讨论】:

      猜你喜欢
      • 2021-01-04
      • 1970-01-01
      • 2011-04-16
      • 2018-05-02
      • 2014-10-23
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多