I would like to present some youtube videos on my website along with like buttons setted to their urls.
According to documentation there should be number of total likes/shares etc. However I discovered that sometimes Like button is not working correctly - shows "0 likes" when video has thousands of shares.
Example:
URL : youtube.com/watch?v=JVGAfA15U1I
Like button shows 0 likes (you can check it here: http://developers.facebook.com/docs/reference/plugins/like/ )
On the other hand https://graph.facebook.com/http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DJVGAfA15U1I shows that this video has 46000+ shares
What can be done to fix this problem?
EDIT:
I found that graph query for some videos likes looks like:
{
"id": "http://www.youtube.com/watch?v=JVGAfA15U1I", "shares":
46338
}
and for another:
{
"id": "165846656805072",
"name": "Lady Gaga - Bad Romance",
"picture": "http://profile.ak.fbcdn.net/hprofile-ak-snc4/162003_165846656805072_1555282555_s.jpg",
"link": "http://www.youtube.com/watch?v=qrO4YZeyl0I",
"likes": 5645,
"app_id": 87741124305,
"category": "Video",
"is_published": true,
"website": "http://www.youtube.com/watch?v=qrO4YZeyl0I",
"description": "Music video by Lady Gaga performing Bad Romance. (C) 2009 Interscope Records",
"about": "Music video by Lady Gaga performing Bad Romance. (C) 2009 Interscope Records",
"can_post": true
}