【问题标题】:Shares count of Graph APIGraph API 的共享数
【发布时间】:2012-01-21 05:19:27
【问题描述】:

关于Graph API,帖子的分享数,帖子见解的分享数和页面上显示的分享数不相同。我假设这些代表相同的计数。我的假设错了吗?

来自帖子: https://graph.facebook.com/XXXX_YYYY

{
  "id" : "XXXX_YYYY",
  ...
  "shares": {
    "count": 1 !!!!!
  }
  ...
}

来自帖子的见解: https://graph.facebook.com/XXXX_YYYY/insights

[
 ...
  {
    "id": "XXXX_YYYY/insights/post_storytellers_by_action_type/lifetime",
    "name": "post_storytellers_by_action_type",
    "period": "lifetime",
    "values": [
      {
        "value": {
          "like": 90,
          "share": 14, !!!!!
          "comment": 10
        }
      }
    ],
    "title": "Lifetime Talking About This (Post) by action type",
    "description": "Lifetime The number of unique people who created a story about your Page post, by action type. (Unique Users)"
  }
  ...
]

在 Facebook 页面上:4 次分享!!!!!!

谢谢。

【问题讨论】:

  • 我看到了类似的问题。我还注意到 post_storytellers 洞察力和 post_storytellers_by_action_type 的总和不相加。
  • Facebook 的数据库在最终一致性上运行。对于热门帖子,第一次遇到它时共享计数完全有可能为“1”,然后在您访问第二个 URL 时为“14”。世界上有很多用户,在两次 URL 检索之间再有 13 人分享帖子是完全可行的。这是一项功能,而不是错误!

标签: facebook-graph-api share


【解决方案1】:

我看到了同样的问题,自 2012 年开始以来,api 有很多问题(至少对我而言),我认为你最好在 Facebook 上将此作为错误报告,他们可以为你提供更好的见解和解决方案他们这边的问题

网址:Facebook Bugs

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2019-09-09
    • 2020-10-07
    • 2016-12-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-08-15
    • 2018-10-31
    相关资源
    最近更新 更多