Facebook的图表不再适用

时间:2012-12-07 12:36:17

标签: facebook facebook-graph-api

当我想要获得总份额和评论时,我遇到了问题。

输出:

{
   "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"
   }
}

问题出在哪里?

LE:如何解决?

How to fetch facebook likes, share, comments count from an article

1 个答案:

答案 0 :(得分:-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