Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我制作了一个应用程序,我设置了身份验证和权限,并且我让用户获得了离线访问权限。但我没有将 access_token 保存在数据库中。
有没有办法从uid获取access_token以便我可以进行一些 API 调用(rsvp 到事件)?
用户通过身份验证流程返回您的应用程序后,您将获得更新的令牌。但是,如果用户不回来,您将无法获得访问令牌。