我们的 Facebook 应用程序被 Facebook 命名为“主页”,这不是我们应用程序的首选名称!我们尝试更新 og 元标记无济于事。我们检查了调试页面,试图强制刷新。像 og:description 这样的其他元标记确实更新成功,但 og:title 和 og:sitename 没有。unix 时间戳总是新鲜的,刮板显示正确的信息,即:
http://developers.facebook.com/tools/debug/og/object?q=[our site url]
Meta Tag: meta property="og:title" content="*old title that does not update*" ...
Meta Tag: meta property="og:site_name" content="*old title that does not update*" ...
vs: http://developers.facebook.com/tools/debug/og/echo?q=[our site url]
我们在哪里看到:
meta id="FBItemTitle" property="og:title" content="*new title that we want*"...
meta id="SiteName" property="og:site_name" content="*new title that we want*"...
Facebook 是否有可能只是拒绝更新站点 URL 或画布页面的标题和站点名称?