When I click my Like button, it does add the activity to my FB (per screenshot) but the count stays at zero (also per screenshot), why?
I've checked the Linter tool and everything looks to be fine.
The site is www.FindCuro.com

Here is my code (MVC)
<script src="http://connect.facebook.net/en_US/all.js#appId=@ConfigurationManager.AppSettings["FacebookAppId"]&xfbml=1" type="text/javascript"></script>
<div id="fb-root"></div>
<div class="fb-like" data-href="http://www.findcuro.com" data-send="false" data-width="450" data-show-faces="true" data-layout="button_count"></div>
Thanks