【发布时间】:2015-08-29 13:04:01
【问题描述】:
由于我们使我们的网站安全且符合 PCI 标准,Facebook 开放图抓取工具无法再读取开放图元标记。这是https://FantasyDecathlon.com 的 {head} 中元标记的代码示例
<meta property="fb:app_id" content="576816272427310" />
<meta property="fb:admins" content="223653" />
<meta property="og:title" content="FantasyDecathlon: The world series of fantasy sports" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="The FantasyDecathlon" />
<meta property="og:image" content="https://fantasydecathlon.com/img/logo.jpg" />
但是 Facebook Open Graph scraper 给出了错误:
Curl 错误:SSL_CONNECT_ERROR 连接到 Fantasydecathlon.com:443 时出现未知 SSL 协议错误
和
“网站”类型的 URL“https://fantasydecathlon.com/”上的对象无效,因为未提供“字符串”类型的必需属性“og:title”。
当我们点击 Facebook Open Graph scraper 看到的 URL 链接时,它返回 null。
对于我们的 SSL 设置,我们不希望放松限制,因为保持 PCI 合规性对我们很重要。
有什么想法吗?
【问题讨论】:
-
您是否检查过 SSL 实验室以查看您的站点是否有任何问题:ssllabs.com/ssltest/analyze.html
-
是的,ssllabs.com/ssltest/analyze.html?d=fantasydecathlon.com - 我不确定是什么导致 facebook 出现问题。
标签: facebook facebook-graph-api ssl