I want to display a Top 10 page in my Facebook App. Basically it's an App where you can vote for DJ Mixes. I select the top 10 urls form the link_stat table over fql and there is the problem: the values of the total_count column in the link_stat table are not equal to the values which are displayed besides the like button.
Check for example:
Like Button: http://www.beatpatrol.at/mix/1020
At the time i wrote this, the like button shows 779likes and the total_count is 752.
Is there a way to get exactly the value from the like button, so that I can order on this value?