Add comment.

master
Artem Sapegin 2014-04-28 18:19:35 +04:00
parent 9a63f3b01c
commit 9a1abecffb
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
*/
var services = {
facebook: {
// https://developers.facebook.com/docs/reference/fql/link_stat/
counterUrl: 'https://graph.facebook.com/fql?q=SELECT+total_count+FROM+link_stat+WHERE+url%3D%22{url}%22&callback=?',
convertNumber: function(data) {
return data.data[0].total_count;