Facebook 标签未加载
所以我创建了一个 Facebook 应用程序(fbml)。
canvas url = http://mydomain.com/fb/canvas/
tab url = tab.html
我使用我的个人资料验证了我的应用程序,并将该选项卡添加到我的个人资料中。但选项卡不断加载。有时,在短暂的选项卡加载时间后,我也会被重定向到我的个人资料页面
尝试访问我的画布页面 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
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.html
is 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是一个错误。我们今天正在推动修复。
This is a bug. We're pushing a fix today.
尝试在 Facebook 应用程序设置下为选项卡 URL 指定绝对 URL。
Try specifying an absolute URL for your tab URL under your Facebook application's settings.