Facebook linter 表示 AppEngine 应用程序上的 url 无效
我正在运行一个 App Engine 应用程序,该应用程序使用 Google Apps 显示在裸域上。当我调用 appengine url 时,Facebook url 调试器 会给出正确的打开图值。 但是,如果我将其指向裸域,则会显示该 url 无效,并且“已被阻止或访问过于频繁,因此我们不会获取它”。
有人对如何解决它有任何想法吗?
编辑:
我使用了合格的(www)域并将裸域重定向到它。然而 Facebook 仍然无法获取 url,并出现与以前相同的错误。
I'm running an App Engine App which is being displayed on a naked domain using Google Apps. When I call the appengine url then the Facebook url debugger gives the correct open graph values.
However if I point it at the naked domain then it says the url is invalid and it "is blocked or is being accessed too frequently, so we're not fetching it."
Anyone have any ideas on how to solve it?
EDIT:
I've used the qualified (www) domain and redirected the naked domain to it. However Facebook still does not fetch the url giving the same error as before.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
App Engine 不支持通过裸域提供服务。您应该使用合格的 (www.foo.com) 域。
App Engine doesn't support serving off naked domains. You should use the qualified (www.foo.com) domain instead.