I'm working on picture contest site which have to allow user to vote with facebook like button. At the end of a round, a have to check all picture likes and store it in our database. Well, what's proper way of doing this? How can I use links.getStats function for getting that data and storing it in the database?
Similar question is found here: How can I store the number of facebook Likes of a particular url in my own database? but it isn't answearing my question because I have to get exact number of likes/votes in short period in time.
I'm using ASP.NET MVC but any other solution should be fine.