Hello, I want to do images competition - the winner is the one that his photo got the biggest number of facebook LIKE clicks. Is it possible to count the number of click on each LIKE button and input the data in DB? Thanks
i can provide you a php script which get´s the number of LIKES for any given url. you can then incorporate my script into your existing app. pm me if needed.
roice: you should be able to query FQL to get number of likes on a given url: http://developers.facebook.com/docs/reference/fql/ (its similar to YQL)