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.
我使用Tweepy Oauth来获取 access_token。用户必须授权我,所以他需要重定向到 Twitter 网站。拿到access_token后,也说明用户处于登录状态。
有什么方法可以让用户在授权我后自动注销。
如果用户手动接受应用程序,他必须自己连接,接受,然后断开连接。如果应用程序/库通过自动连接用户来处理自己的令牌,则用户将不会在他自己的浏览器中“真正”连接,因为会话 cookie 是特定于浏览器的。