I have the Facebook app written in php and the JSE. I added to him like button:
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/ru_RU/all.js#xfbml=1&appId=MY_APP_ID";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
<iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fapps.facebook.com%2Ffriendlikers&send=false&layout=button_count&width=200&show_faces=false&action=like&colorscheme=light&font&height=21&appId=275422682564513" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:200px; height:21px;" allowTransparency="true"></iframe>
but she does not work, she shows that I "like" my app it and all that, but when I take all the huskies from my profile:
$likes = $facebook->api('/me/likes/');
there is not like for my app . I try on different member from another ip "like" my app, but same result.