如何从Token中获取用户的会话密钥?

发布于 2024-10-13 14:08:55 字数 112 浏览 1 评论 0原文

我有一个带有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 技术交流群。

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

发布评论

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

评论(1

她说她爱他 2024-10-20 14:08:55

如果您使用 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

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