Graph API 和 Insights 返回不同数量的粉丝

发布于 2024-12-29 02:21:31 字数 446 浏览 2 评论 0原文

我正在使用两种不同的方法(图表和见解)查询页面的粉丝数量,但它们返回两个不同的数字。

我对图形 API 的调用是: https://graph.facebook.com/page_name

我的 Insights 通话是: https://graph.facebook.com/page_id/insights/page_fans

几乎每个页面我测试过 Insights 中的粉丝数量低于图形 API 中的点赞数量。 Graph API 给我的数字与实际 Facebook 页面上的粉丝数相同。在这些情况下,点赞和粉丝之间有区别吗?

I am querying the number of fans of a page using two different methods, graph and insights but they are returning two different numbers.

My call to the graph API is:
https://graph.facebook.com/page_name

and my Insights call is:
https://graph.facebook.com/page_id/insights/page_fans

In almost every page I've tested the number of fans from Insights is lower than the number of likes from the graph API. The number that the Graph API is giving me is the same as the fan count on the actual Facebook page. Is there a difference between Likes and Fans in these cases?

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

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

发布评论

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

评论(2

禾厶谷欠 2025-01-05 02:21:31

在 FB Insights 开发者页面上,有一个常见问题解答解释了这种差异:

为什么我的“赞”按钮旁边的计数与我在 Insights 中看到的不匹配?

“赞”按钮旁边的计数代表总和点赞按钮点击、动态消息点赞、动态消息评论以及 Facebook 上的分享。”

Facebook 见解

On the FB Insights developer page there is a FAQ that explains this discrepancy:

"Why does the count next to my Like Button not match what I see in Insights?

The count next to the Like Button represents the sum of Like Button clicks, News Feed likes, News Feed comments, and shares on Facebook."

Facebook Insights

來不及說愛妳 2025-01-05 02:21:31

有点老了,但现在对所有人来说都很有趣。

如果这两个值不同,那是因为它涉及本地页面:
- 粉丝数将等于该页面的总点赞数
- 见解粉丝数将等于本地页面的总喜欢

  • page1 graph fan_count: 500
  • page1FR graph fan_count: 500
  • page1FR Insight fan_count: 100
  • page1EN Insight fan_count: 400

(这里只有两个本地化页面)。

A bit old thread but interesting for all nowadays.

If these two values are not the same, it's because it concerns local page:
- The fan count will be equals to the total likes of the page
- The insights fan count will be equals to the total likes of the local page

E.g.

  • page1 graph fan_count: 500
  • page1FR graph fan_count: 500
  • page1FR insight fan_count: 100
  • page1EN insight fan_count: 400

(here there are only two localized pages).

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