0

I am having an issue when I'm trying to get total shares and comments.

Output:

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

Where's the problem ?

LE: How to fix it ?

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

Community
  • 1
  • 1
Anonymous '
  • 101
  • 8

1 Answers1

-1

for this probleme, use this graph call:

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