在 ssl 限制后调试 facebook canvas 应用程序

发布于 2024-12-08 11:34:04 字数 215 浏览 0 评论 0原文

我有一个画布 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

清欢 2024-12-15 11:34:04

在您的帐户设置中关闭“安全浏览”,这样您就可以在没有 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).

橘亓 2024-12-15 11:34:04

打开沙箱

”"
(来源:phpcode.eu

Facebook 上的应用身份验证和安全迁移

所有 Canvas 和页面选项卡应用必须转换为处理signed_request(fb_sig 将被删除)并获取 SSL 证书以在安全画布 URL 和安全页面选项卡 URL 中使用(除非您处于沙盒模式)。


Turn sandbox on


(source: phpcode.eu)

Apps on Facebook authentication and security migration

All Canvas and Page tab apps must convert to process signed_request (fb_sig will be removed) and obtain an SSL certificate for use in Secure Canvas URL and Secure Page Tab URL (unless you are in Sandbox mode).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文