I tried to add Like-plugin to Facebook App. I used Iframe-version. Plugin looks nice and seem to work, but when clicked it doesn't show any info of site in users wall or even photo. I guess problem is that Facebook can't scrape Facebook App URLs as Facebook URL Linter told me:
https://developers.facebook.com/tools/debug
Is it possible to add proper Facebook Like to Facebook App? If yes, which URL should I use? apps.facebook.com/xxxxxxxxxxxx didn't work for me.
I really appreciate your knowledge and advice.
My iframe code:
<iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fapps.facebook.com%2F347303448620703%2F&send=false&layout=standard&width=450&show_faces=true&action=like&colorscheme=light&font&height=80&appId=347303448620703" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>