Facebook 标签未加载

发布于 2024-09-10 08:00:52 字数 912 浏览 3 评论 0原文

所以我创建了一个 Facebook 应用程序(fbml)。

canvas url = http://mydomain.com/fb/canvas/

tab url = tab.html

我使用我的个人资料验证了我的应用程序,并将该选项卡添加到我的个人资料中。但选项卡不断加载。有时,在短暂的选项卡加载时间后,我也会被重定向到我的个人资料页面

alt text

尝试访问我的画布页面 http://apps.facebook.com/myapp/ 工作正常。还尝试访问我的标签页(必须与画布相关)与应用程序 URL http://apps.facebook.com/app/tab.html 一起使用。

有谁知道为什么我无法通过我的个人资料选项卡访问我的选项卡页面? tab.html的内容只是一点点“lorem ipsum”,没有php,没有js,没有body标签,什么都没有,只是文本。

查看 web-inspector,有一个名为 tab.php 的文件,它通过 ajax 进行查询,但该文件的内容是

for (;;);{"error":1357010,"errorSummary":"哎呀","errorDescription":"出了点问题。我们正在努力尽快修复它。"," errorIsWarning":false,"silentError":0,"payload":null}

这是 Facebook 问题吗?但问题现在一整天都存在

so i created a facebook app (fbml).

canvas url = http://mydomain.com/fb/canvas/

tab url = tab.html

i authenticated my app with my profile and added the tab to my profile. but the tab keeps loading and loading. sometimes i also get redirected to my profile page after a short tab loading time

alt text

trying to access my canvas page http://apps.facebook.com/myapp/ works fine. also trying to access my tab page (which must be realtive to canvas) works with the apps url http://apps.facebook.com/app/tab.html.

does anyone know why i cannot access my tab page via the tab of my profile? the content of tab.htmlis just a little bit of "lorem ipsum", no php, no js, no body tags, nothing, just text.

looking into web-inspector, there is a file called tab.php which gets queried via ajax, but the content of this file is

for (;;);{"error":1357010,"errorSummary":"Oops","errorDescription":"Something went wrong. We're working on getting it fixed as soon as we can.","errorIsWarning":false,"silentError":0,"payload":null}

is this a facebook issue? but the problem exists the whole day now

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

甜点 2024-09-17 08:00:52

这是一个错误。我们今天正在推动修复。

This is a bug. We're pushing a fix today.

画▽骨i 2024-09-17 08:00:52

尝试在 Facebook 应用程序设置下为选项卡 URL 指定绝对 URL。

Try specifying an absolute URL for your tab URL under your Facebook application's settings.

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