我到底应该为 OAuth 2.0 和 https 更新做什么?
我是一名 PHP 开发人员。我使用 fbml(非 iframe)创建了一个应用程序,并且没有定期检查路线图。 今天我收到一封电子邮件,说要在 10 月 1 日之前更新 OAuth 2.0 和 HTTPS,否则应用程序可能会被禁用。 我浏览了文档,但无法了解我到底应该做什么。
据我了解。 对于 https 我们需要为我们的网站启用或购买 ssl 并使 https://example.com/facebookapps_folder/ 可访问并在 Secure Canvas URL 中填写新的 url 是这样吗?
我对 OAuth 2.0 感到困惑。为此,我们是否需要更改我们所引用的整个代码和库。 我在哪里可以得到我如何改变它。 我看到一些 php 示例,但找不到需要更改哪些内容的线索? 我认为这是进行身份验证的方式,但我确实这样做了。
如果我没有立即执行此操作(因为只剩下 3 天),我可以通过什么方法来保存我的应用程序被禁用的情况吗?
I am a php developer. I created an application using fbml(non iframe) and didn't check roadmap regularly.
Today I received an email saying update to OAuth 2.0 and HTTPS by October 1st or the apps may be disabled.
I went through the documentation but could not get what exactly I am supposed to do.
From what I understood.
for https
we need to enable or buy ssl for our site and make https://example.com/facebookapps_folder/ accessible and fill the new url in Secure Canvas URL
Is that right?
I am confused about OAuth 2.0.For this do we need to change the whole code and libraries we are referring to.
Where can I get how do I change it.
I see some php examples but could not find clue what needs to be changed?
I think it is way authentication is being done, but I do I do that.
If I fail to do it immediately(as only 3 days left) is that any way I can save my application being disabled?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保您已实现 Oauth2.0 进行身份验证。此外,您的应用程序还需要 SSL 证书来支持 https:// 协议
Make sure you have implemented Oauth2.0 for authentication .. Also you will need an SSL certificate for your app to support https:// protocol