Open Graph有og:'网站'的类型

时间:2013-05-16 15:52:48

标签: facebook-graph-api

我经常不断收到以下错误,我很困惑它从哪里获取类型网站因为我已经在做它所要求的... 非常感谢任何帮助!

{
  "error": {
    "message": "(#3502) Object at URL http://www.prowebdev.org/WooF/API/OpenGraph.php has og:type of 'website'. The property 'picture' requires an object of og:type 'mydogwoofs:picture'. ", 
    "type": "OAuthException", 
    "code": 3502
  }
}

<html>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# mydogwoofs: http://ogp.me/ns/fb/mydogwoofs#">
  <meta property="fb:app_id" content="270765153057909" /> 
  <meta property="og:type"   content="mydogwoofs:picture" /> 
  <meta property="og:url"    content="http://www.woof.co" /> 
  <meta property="og:title"  content="" /> 
  <meta property="og:image"  content="" /> 
  <meta property="og:description"  content="hola" />  
</head>
</html>

0 个答案:

没有答案