Can't access post detail with Facebook Graph API - Stack Overflow

I'm new to facebook API and at first time I tried it to fetch group post with its Graph Explorer i

I'm new to facebook API and at first time I tried it to fetch group post with its Graph Explorer interface, it throw a bunch of possible errors, either the token is lack of permission, the post id is invalid/not available or the operation is not supported, the problem is, I'm not sure which one is the cause.

I'm reading this documentation and it tell me that the endpoint require Page Public Content Access permission, however the Graph Explorer didn't have Page Public Content Access option on permission's input select form.

here's the debug information of group post endpoint:

==== Query
  curl -i -X GET \
   ".0/1361242801672595?access_token=<access token sanitized>"
==== Access Token Info
  {
    "perms": [
      "user_events",
      "public_profile"
    ],
    "user_id": 591296403891078,
    "app_id": 1219296499527873
  }
==== Parameters
- Query Parameters


  {}
- POST Parameters


  {}
==== Response
  {
    "error": {
      "message": "Unsupported get request. Object with ID '1361242801672595' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at ;,
      "type": "GraphMethodException",
      "code": 100,
      "error_subcode": 33,
      "fbtrace_id": "AbpWKnoIT3Get0IurPvgxvC"
    }
  }
==== Debug Information from Graph API Explorer
- /?method=GET&path=1361242801672595&version=v22.0

the post id is originated from this post (it's a public group)

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744273578a4566221.html

相关推荐

  • Can&#39;t access post detail with Facebook Graph API - Stack Overflow

    I'm new to facebook API and at first time I tried it to fetch group post with its Graph Explorer i

    7天前
    20

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信