通过活跃的 Facebook 会话获取访问令牌
有人知道如何使用我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Fecabook
cookie
包含signed_request
。它可以被解码并包含access_token
。阅读文档了解更多详细信息 https://developers.facebook.com/docs/authentication/signed_request/< /a>Fecabook
cookie
containssigned_request
. Which can be decoded and haveaccess_token
within. Read documentation for mere details https://developers.facebook.com/docs/authentication/signed_request/