【问题标题】:Facebook Workplace: Conversation API bug "(#2) Service temporarily unavailable"Facebook Workplace:对话 API 错误“(#2) 服务暂时不可用”
【发布时间】:2021-05-28 16:52:22
【问题描述】:

当我尝试使用对话 API 查询 (https://graph.facebook.com/v3.2/{id}/conversations?fields=id,updated_time,messages.limit(1000){id,created_time,from.fields(id,name,email),to,message,attachments,shares}&limit=30&access_token=access-token) 在工作场所获取消息时

我收到以下回复:

{
"error": {
    "message": "(#2) Service temporarily unavailable",
    "type": "OAuthException",
    "is_transient": true,
    "code": 2,
    "fbtrace_id": "Ac0VVk58Ysk058266TMeTiK"
}

}

【问题讨论】:

    标签: api facebook facebook-workplace


    【解决方案1】:

    我刚刚通过hit and trial通过删除**找到

    分享

    ** API 查询中的字段,它可以工作。这个字段给了我这样的错误。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-10-31
      • 2011-08-04
      • 1970-01-01
      • 2016-08-22
      • 2018-02-25
      • 1970-01-01
      相关资源
      最近更新 更多