在 ssl 限制后调试 facebook canvas 应用程序
我有一个画布 iframe Facebook 应用程序。 我用 https url 更新了安全画布 URL,它工作正常。 自 10 月 1 日起,不允许访问没有 ssl 的应用程序。 我曾经通过创建一个使用 localhost 作为画布 URL 的重复应用程序来调试我的应用程序。 自 10 月 1 日起(或者实际上从今天起......),由于 ssl 限制,无法访问它。我现在如何调试 Facebook 应用程序?
I have a canvas iframe Facebook app.
I updated the secure canvas URL with https url and it works fine.
since October 1st, it is not allowed to access apps without ssl.
I used to debug my app by creating a duplicate app with localhost as the canvas URL.
Since October 1st (or actually since today...) it is not possible to access it due to the ssl restriction. How can I debug facebook app now??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在您的帐户设置中关闭“安全浏览”,这样您就可以在没有 https 的情况下访问 Facebook。然后它确实对我有用(即打开沙盒模式后)。
In your account settings turn off 'Safe browsing' so you will be visiting Facebook without https. Then it does work for me (after turning on Sandbox mode that is).
打开沙箱
(来源:phpcode.eu)
Turn sandbox on
(source: phpcode.eu)