不支持的获取请求

我有一个Facebook Graph API和一些页面的问题。 例如115184661826036, 299277891520

  • 在图形浏览器中,它的作用是https://developers.facebook.com/tools/explorer
  • 直接从Graph不起作用http://graph.facebook.com/115184661826036
  • 这是错误:

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

    这是因为该网页受年龄限制(类别为“葡萄酒/烈酒”)。 您需要传递用户访问令牌,以便Facebook Graph API可以确定您是否有资格查看网页的内容。

    看到

  • https://developers.facebook.com/docs/graph-api/reference/page#Reading
  • 需要用户访问令牌来查看此人能够查看的受限页面中的字段(例如那些受限于特定人口统计信息(如位置或年龄)或仅由页面管理员可查看的字段)。

    链接地址: http://www.djcxy.com/p/32555.html

    上一篇: Unsupported get request

    下一篇: Facebook Graph API, Unable to get user profile