与offline_access 有何关系?还在用吗?

发布于 2024-12-28 07:56:02 字数 406 浏览 1 评论 0原文

我可以在向 oauth 提供 offline_access 范围参数时请求 access_token。当我注销 Facebook 时,我可以很好地执行需要 access_token 的 OpenGraph 命令,并且当我重新登录时,我不需要创建一个新的。

根据这篇博文,offline_access 已被弃用(正在被弃用?)。

困惑:

  • 为什么在对用户进行身份验证时,身份验证对话框不显示我正在请求离线访问?
  • 目前依赖持久性 access_token 是否安全?

非常感谢澄清!

I can request an access_token upon supplying an offline_access scope parameter to oauth. I can execute OpenGraph commands that require an access_token just fine when logged out of Facebook, and when I log back in, I don't need to create a new one.

According to this blog post, offline_access is (getting?) deprecated.

Confusions:

  • Why doesn't the authentication dialog display that I am requesting offline access when authenticating a user?
  • Is it currently safe to rely on persistent access_tokens?

Clarification greatly appreciated!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

汹涌人海 2025-01-04 07:56:02

当用户不在线时,通常不应访问 Facebook API。无论如何,您都可以更新访问令牌,这应该足够了。

The Facebook API generally shouldn't be accessed when the user isn't online. You can update the access token anyways, and that should be good enough.

顾忌 2025-01-04 07:56:02

来自:http://developers.facebook.com/blog/

大多数应用程序不需要进行任何更改,但开发人员使用
“offline_access”权限将在 2012 年 5 月 1 日之前更新
他们的应用程序。

你有一些时间....

From: http://developers.facebook.com/blog/

There are no changes required for most apps, but developers utilizing
the 'offline_access' permission will have until May 1, 2012 to update
their apps.

You have some time....

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