简体   繁体   English

Facebook标签页未加载

[英]Facebook Tab not loading

so i created a facebook app (fbml). 所以我创建了一个Facebook应用(fbml)。

canvas url = http://mydomain.com/fb/canvas/ 画布网址= http://mydomain.com/fb/canvas/

tab url = tab.html 标签网址= 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. 尝试访问我的画布页面http://apps.facebook.com/myapp/可以正常工作。 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 . 也尝试访问我的标签页(必须对画布有效)可与应用程序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. tab.html的内容只是“ lorem ipsum”的一部分,没有php,没有js,没有正文标签,没有任何内容,只是文本。

looking into web-inspector, there is a file called tab.php which gets queried via ajax, but the content of this file is 调查网络检查器,有一个名为tab.php的文件,该文件通过ajax查询,但是该文件的内容是

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} for(;;); {“ error”:1357010,“ errorSummary”:“ Oops”,“ errorDescription”:“出问题了。我们正在努力尽快修复它。”,“ errorIsWarning”: false,“ silentError”:0,“有效载荷”:null}

is this a facebook issue? 这是Facebook问题吗? but the problem exists the whole day now 但问题现在整天都存在

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

This is a bug. 这是一个错误。 We're pushing a fix today. 今天我们要修复。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM