I have this problem: A page, properly configured for facebook:
<html xmlns:og="http://ogp.me/ns#"
xmlns:fb="https://www.facebook.com/2008/fbml">
(I also tried with:)
<html xmlns:og="http://ogp.me/ns#"
xmlns:fb="http://ogp.me/ns/facebook#">
(And some others)
In the head, the corresponding OG codes: app_id, url, type, title, image, description, site_name.
Then, in the page, the like button:
<fb:like href="##my_url##" send="false" layout="button_count" show-faces="false" action="recommend"></fb:like>
But, when the button it's pressed and the form it's sent, in Facebook, it appear something like:
No hay ninguna descripción disponible para esta frase
No hay ninguna descripción disponible para esta frase
No hay ninguna descripción disponible para esta frase
No hay ninguna descripción disponible para esta frase
In the description... (spanish account). The title and the image, don't have problems at all. I had tested the URL with the Debug Page, but I don't get any errors, and it reads the description properly.
Update: I've made a test Page with only the essential, but I got the same result: http://www.cooperativa.cl/noticias/mundo/test-facebook/2012-12-11/160015.html
Any help? Thanks in advance.