如何从Token中获取用户的会话密钥?
我有一个带有offline_access 作为特殊权限的令牌,我想知道如何从该令牌获取会话密钥(如果需要,还可以使用appid、apikey 和appsecret)。
这可能吗?如果是,怎么办?
I have a token with offline_access as special perms and i would like to know how to obtain the session key from that token (if required also using the appid, apikey and appsecret).
Is this even possible? If yes, how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用 PHP SDK,您可以调用
$facebook->getSession()
和一些其他函数。您可以在此处查看If you use the PHP SDK you can call
$facebook->getSession()
and a few other functions. You can check it here