Facebook失败w / opengraph

时间:2011-12-28 19:40:09

标签: metadata opengraph

无论出于何种原因,看起来facebook无法获取我们网页的OG元数据:

http://graph.facebook.com/10150555815531349

{
"url": "http://www.nydailynews.com/gossip/gotcha-fabulous-photos-june-21-28-gallery-1.77715",
"type": "website",
"title": "http://www.nydailynews.com/gossip/gotcha-fabulous-photos-june-21-28-gallery-1.77715",
"updated_time": "2011-12-28T19:32:54+0000",
"id": "10150555815531349"
}

即使所有元数据都在页面上:

<meta property="og:title" content="Gotcha! The most fabulous photos for June 21-28">
<meta property="og:type" content="article">
<meta property="og:image" content="http://assets.nydailynews.com/polopoly_fs/1.77716!/img/httpImage/image.jpg_gen/derivatives/searchthumbnail_75/image.jpg">
<meta property="fb:app_id" content="366487756153">

发生了什么事?

1 个答案:

答案 0 :(得分:0)

我通过linter跑了它ad ad它工作正常:
我用了: http://www.nydailynews.com/gossip/gotcha-fabulous-photos-june-21-28-gallery-1.77715 on:https://developers.facebook.com/tools/debug

我还检查了上面的图表链接,得到了不同的结果。 Facebook之前一定是在缓存它。

{

   "url": "http://www.nydailynews.com/gossip/gotcha-fabulous-photos-june-21-28-gallery-1.77715",
   "type": "article",
   "title": "Gotcha! The most fabulous photos for June 21-28",
   "image": [
      {
         "url": "http://assets.nydailynews.com/polopoly_fs/1.77716!/img/httpImage/image.jpg_gen/derivatives/searchthumbnail_75/image.jpg"
      }
   ],
   "site_name": "NY Daily News",
   "updated_time": "2011-12-29T03:00:23+0000",
   "id": "10150555815531349",
   "application": {
      "id": "366487756153",
      "name": "New York Daily News",
      "url": "https://www.facebook.com/apps/application.php?id=366487756153"
   }
}