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

問題はどこですか?

LE:どうやって直すの?

記事から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 に答える