为什么我的 Facebook 页面选项卡应用程序无法加载?
我创建了一个在 http://localhost:8000/ 上运行的 Facebook 页面选项卡应用程序。我将此应用程序添加到我管理的 Facebook 页面中。
当我尝试在页面选项卡中加载应用程序时,没有任何显示。它完全是空白的。内容区域中没有应有的 iframe。没有向我的 Web 服务器发出任何请求。这是为什么呢?
我该如何调试这个?
I created a Facebook page tab application running on http://localhost:8000/. I added this application to a Facebook page which I administer.
When I try to load the app in the page tab, nothing shows up. It is completely blank. There is no iframe in the content area as there should be. No request is made to my Web server. Why is this?
How do I debug this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查您的应用程序设置并确保其中的值正确。还尝试(仅用于测试)在端口 80 上运行您的站点,并将 localhost 也编程到应用程序设置中。
Check you app settings and make sure you have the correct values there. Also try (just for testing) to run your site on port 80 with localhost programmed into the app settings too.