I am curious if you can store facebook likes in your own MySql database.
I did a search and I didn't find anything concludent. What I want to store for example are the likes of a pic/pics from my website. If is possible I would appreciate if you tell me how :) Thnx in advance. I found some code but I dont know how to modify it to make it working :)
FB.Event.subscribe('edge.create',
function(href, widget) {
alert('You liked the URL: ' + href);
}
);