Php 显示额外信息的Facebook开放图形API

Php 显示额外信息的Facebook开放图形API,php,html,facebook,facebook-graph-api,Php,Html,Facebook,Facebook Graph Api,当我在facebook上分享我的网站时,我在我的网站上设置的信息如下 <meta name="keywords" content="ICCOTP, COTP" /> <meta name="robots" content="INDEX,FOLLOW" /> <meta property="og:title" content="ICCOTP" /> <meta property="og:type" content="website" /> <m

当我在facebook上分享我的网站时,我在我的网站上设置的信息如下

<meta name="keywords" content="ICCOTP, COTP" />
<meta name="robots" content="INDEX,FOLLOW" />
<meta property="og:title" content="ICCOTP" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://www.iccotp.com/" />
<meta property="og:description" content="International Council for Online Training Professionals 
" />
<meta property="og:site_name" content="Default Store View" />
<meta property="og:image" content="http://www.iccotp.com/media/wysiwyg/iccotp-images/darkened_slider5_v2.png " />

没有斯蒂芬·海曼的回应。我也搜索了我的网站源代码和数据库,但也没有找到。facebook是从哪里刮来的

所以我通过添加meta标记来消除这个错误

<meta name="author" content="author name" />
<meta name="copyright" content="author name" />

在标记前面加上
og:property name

不确定哪一个会覆盖默认设置,但我需要这两个设置,所以我没有进行测试。

如果您碰巧发现了,请也告诉我。得到同样该死的错误。当然@RaduAndrei你能告诉我facebook在你的案例中显示的名称/信息吗?
<meta name="author" content="author name" />
<meta name="copyright" content="author name" />