0

当我试图获得总分享和评论时,我遇到了问题。

输出:

{
   "http://website/post/the-christmas-is-coming": {
      "url": "http://website/post/the-christmas-is-coming",
      "type": "website",
      "title": "website",
      "image": [
         {
            "url": "http://website/ads/300x250.png"
         }
      ],
      "description": "website",
      "updated_time": "2012-12-07T12:24:14+0000",
      "id": "131852063636099"
   }
}

问题出在哪里?

乐:如何解决?

如何从文章中获取 Facebook 点赞、分享、评论计数

4

1 回答 1

-1

对于这个问题,使用这个图形调用:

https://graph.facebook.com/fql?q=SELECT%20url,%20normalized_url,%20share_count,%20like_count,%20comment_count,%20total_count,commentsbox_count,%20comments_fbid,%20click_count%20FROM%20link_stat%20WHERE%20url=%27http://www.google.com%27
于 2013-01-28T16:07:21.210 回答