gpt4 book ai didi

Facebook GraphQL 对象喜欢端点返回 "Tried accessing nonexisting field (likes) on node type (Post)"

转载 作者:行者123 更新时间:2023-12-05 07:09:28 28 4
gpt4 key购买 nike

我正在尝试访问 facebook 上群组中每个帖子的点赞数。我是该组和我创建的应用程序的管理员。我可以访问包含帖子消息、创建日期、评论数、子评论数、评论消息的提要。可以访问大量字段值。

下面的 GET 端点示例(按预期工作):

https://graph.facebook.com/{group-ID}/feed?fields=link,caption,description,message,message_tags,comments.summary(true).limit(50){message}, created_time&access_token={Access-Token}

即使尝试访问专门用于点赞的端点,我也会收到错误消息。这是我使用其对象 ID 查询每个帖子的最后手段,但这绝不是理想的情况。

https://graph.facebook.com/v6.0/{object-id}/likes

我收到的错误消息与尝试将“likes.limit(0).summary(true)”添加到主供稿查询字段值时一样。

  "error": {
"message": "(#100) Tried accessing nonexisting field (likes) on node type (Post)",
"type": "OAuthException",
"code": 100,
"fbtrace_id": "AGvN2KcMhKsuR7MxeUTxDZR"
}
}

我必须在这里遗漏一些简单的东西,因为允许我检索评论、子评论和每条评论的点赞数应该为我提供足够的帖子点赞权限。

最佳答案

点赞变成了“ react ”。

改用这个:

reactions.limit(0).summary(true)

根据 OP NeemaB 的 own comment问题。

关于Facebook GraphQL 对象喜欢端点返回 "Tried accessing nonexisting field (likes) on node type (Post)",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61534546/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com