书签按钮无法加载画布
当使用显示在任何画布应用程序界面 (apps.facebook.com) 右上角的应用程序书签按钮时,我的应用程序未在 iframe 中加载/重新加载,iframe 显示“正在加载”动画但结束仅使用 facebook 页脚时无效,
书签链接是正确的:如果粘贴到新的浏览器窗口中,它将成功加载应用程序; apps.facebook.com 界面的 URL 更改为正确的 URL,单击书签,但应用程序未加载,但强制重新加载整个浏览器页面,应用程序已正确加载...似乎 iframe 加载失败,但不是 js URL 编辑
我很困惑,因为检查我的服务器日志我没有捕获来自 facebook 的画布页面的任何请求,因此在
有人观察到任何类似行为之前它就失败了?
when using my app bookmark button that is displayed in the top right of any canvas application interface (apps.facebook.com), I don't get my app loaded/reloaded in the iframe, the iframe show the "loading" animation but ends void with only the facebook footer
the link of the bookmark is correct: it will load successfully the app if pasted in a new browser window; the URL of the apps.facebook.com interface change to the correct URL clicking the bookmark but the application is not loaded, but forcing a reload of the whole browser page the app is correctly loaded... it seem that the iframe loading fails but not the js URL edit
I'm puzzled because checking my server log I don't catch any request from facebook for the canvas page, therefore it is failing before
anybody has observed any similar behaviour?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正如 Claudio Felicioli 所想,您必须设置应用程序命名空间。
As Claudio Felicioli figured it, you must set the App Namespace.