Facebook linter 表示 AppEngine 应用程序上的 url 无效

发布于 2024-12-02 16:36:56 字数 337 浏览 2 评论 0原文

我正在运行一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不美如何 2024-12-09 16:36:56

App Engine 不支持通过裸域提供服务。您应该使用合格的 (www.foo.com) 域。

App Engine doesn't support serving off naked domains. You should use the qualified (www.foo.com) domain instead.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文