Object Debugger gives me Extraneous Property And Inferred Property error on opg

可紊 提交于 2019-12-06 14:55:07

now facebook require you to add og:locale to meta tag too

they just require when they announce new open graph beta

<meta property="og:locale" content="fr_FR" />  

http://developers.facebook.com/docs/beta/opengraph/internationalization/

The link in your comment doesn't spit out any errors. Were you putting old Meta tags on your page?

i have same problem try to read this http://developers.facebook.com/docs/beta/opengraph/internationalization/

use this

<meta property="og:locale" content="en_us" />
<meta property="og:locale:alternate" content="ar_ar" /> <!-- optional -->
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!