WWW::Facebook::API 会停止工作吗?
我最近发现了一些我没有编写的旧代码。它使用 WWW::Facebook::API 通过 Facebook 登录到我们的网站。目前它仅调用 WWW::Facebook::API:: Users 获取用户的信息。
现在,我的疑问是我是否必须更新此代码以支持新的 OAuth 2.0 方法 或较新的 Facebook 图表。根据 this,旧版 Auth 方法将于 9 月份停止工作。不过,我不知道WWW::Facebook::API是否使用这种方法。据我所知,它不会将任何用户信息传递给浏览器,因为它会进行服务器到服务器的身份验证。以前有人处理过这个吗?
I recently came upon some old code which I didn't write. It uses WWW::Facebook::API to login via Facebook to our website. It currently only calls WWW::Facebook::API::Users to get the user's info.
Now, my doubt is if I have to update this code to support the new OAuth 2.0 method or the newer Facebook Graph. According to this, the legacy Auth method is going to stop working on September. However, I don't know if WWW::Facebook::API uses this method. As far as I can tell, it does not pass any user's information to the browser, as it does server-to-server authentication. Has anybody dealt with this before?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我一直在使用这个 CPAN 模块,它仍然有效,所以我会回答我的问题。 WWW::Facebook::API 似乎并没有停止工作。
I have been using this CPAN module and it is still working so I would answer my question. WWW::Facebook::API does not seem to have stopped working.