我们是否可以保存来自 Facebook OAuth 的访问令牌?

发布于 2024-10-04 07:11:46 字数 123 浏览 1 评论 0原文

我们是否可以保存来自 Facebook OAuth 的访问令牌?

合法吗?我只是问...

Are we allowed to save the access token from Facebook OAuth?

Is it legal? I'm just asking...

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

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

发布评论

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

评论(1

绻影浮沉 2024-10-11 07:11:46

您需要将访问令牌存储在服务器上的某个位置,这样您就不必在每次需要代表用户使用 Facebook 的 API 时都要求用户进行身份验证。请注意,访问令牌会过期,因此您只想暂时存储它。

You will want to store the access token somewhere on your server, so that you don't have to ask the user to authenticate every time you need to use Facebook's API on the user's behalf. Note that the access token expires, so you'll only want to store this temporarily.

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