使用Graph Api无法获取页面的电子邮件

时间:2019-06-21 13:11:46

标签: facebook-graph-api

我正在使用资源管理器测试此请求“ ::page_id::?fields=id,name,emails”,但它返回以下错误消息:

{
  "error": {
    "message": "(#100) Tried accessing nonexisting field (emails) on node type (PlaceInformation)",
    "type": "OAuthException",
    "code": 100,
    "fbtrace_id": "Hzq4cKMXlI1"
  }
}

我已经尝试使用contact_email和user_support_email,但是也没有用。

获取页面电子邮件的正确字段是什么?

1 个答案:

答案 0 :(得分:0)

仔细检查错误消息,它显示为node type (PlaceInformation)。我假设您正在尝试使用位置而不是页面。这些是“地方”可用的字段:https://developers.facebook.com/docs/graph-api/reference/place/