Facebook 关于帖子的见解

发布于 2024-12-20 16:48:21 字数 156 浏览 2 评论 0原文

我正在尝试检索指标 post_impressions_uniquepost_conclusions 或以 post 开头的任何内容,但 Facebook 总是为我返回空数组。

有人知道这里有什么问题吗?

I am trying to retrieve metrics post_impressions_unique, post_consumptions or anything started with a post but Facebook always return empty array for me.

Anyone know what is the problem here?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

顾挽 2024-12-27 16:48:21

您确定您拥有正确的权限吗?

您需要 read_insight 权限才能使用 fql 或图表 API 查看帖子展示次数。

以下是更多信息Facebook 开发者指南

Are you sure you have the right permissions?

You need read_insight permissions to view post impressions using fql or the graph api.

Here is more information Facebook Developer Guide

猥︴琐丶欲为 2024-12-27 16:48:21

除了需要 read_insights 权限外,此信息仅适用于您的页面发布的帖子,因此请检查您是否确实检查了正确的帖子

As well as needing the read_insights permission, this information is only available for posts made by your page, so check you're actually checking the right posts

夜无邪 2024-12-27 16:48:21

确保传入帖子的完整对象 ID。它将采用 pageid_postid 格式(例如 24379523495_8924592457245),并且您需要用单引号引用它 - 否则您将收到有关意外下划线的错误。

Make sure you pass in the entire object ID of the post. It will be of the format pageid_postid (eg. 24379523495_8924592457245) and you need to quote it in single quotes - otherwise you'll get an error about an unexpected underscore.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文