通过活跃的 Facebook 会话获取访问令牌

发布于 2024-12-23 11:08:19 字数 316 浏览 2 评论 0原文

有人知道如何使用我在 www.facebook.com 上成功验证的会话中的会话 cookie 来获取 access_token 吗?

如果您已登录 facebook.com 并转至 http://developers.facebook.com/ docs/reference/api/ 然后您将获得图形 api 链接,该链接指向您的好友列表、喜欢、音乐等,并具有有效的访问令牌。他们如何获得这些访问令牌?

感谢您的解决方案!

Does anybody know how to get an access_token by using the session cokies from my successfully authenticated session on www.facebook.com?

If you are logged in on facebook.com and go to http://developers.facebook.com/docs/reference/api/ then you get graph api links that point to your friends lists, likes, music, etc. with valid access token. How do they get these access tokens?

thanks for your solutions!

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

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

发布评论

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

评论(1

累赘 2024-12-30 11:08:19

Fecabook cookie 包含 signed_request。它可以被解码并包含 access_token 。阅读文档了解更多详细信息 https://developers.facebook.com/docs/authentication/signed_request/< /a>

Graph API 使用 OAuth 2.0 进行授权。请阅读身份验证指南,其中提供了 Facebook OAuth 2.0 实施的详细信息以及如何向用户请求权限并获取访问令牌。

Fecabook cookie contains signed_request. Which can be decoded and have access_token within. Read documentation for mere details https://developers.facebook.com/docs/authentication/signed_request/

The Graph API uses OAuth 2.0 for authorization. Please read the authentication guide which provides details of Facebook's OAuth 2.0 implementation, how to request permissions from a user and obtain an access token.

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