Android 代码如何从 Twitter 注销

发布于 2024-11-11 07:12:12 字数 135 浏览 2 评论 0原文

我有一个通过 Twitter 登录的应用程序。但我无法从中注销。 第一次登录时,我每次都会打开相同的登录ID。

我想要一个注销选项,这样我就可以从 Twitter 注销,也可以通过不同的 ID 登录。

有人告诉我该怎么做吗?

I have an application from where i logged through twitter. But I cant logout from that.
At first time in which id i logged in all the time it opens the same login id.

I want a logout option should their so that I can logged out from twitter and can login through different id also.

Anybody tell me how to do that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

撕心裂肺的伤痛 2024-11-18 07:12:12

不要保存来自 oauth 的安全令牌,并且您已注销:-)
否则它会永远持续下去,我不记得看到过注销 api,但可能有一个......我所做的就是忘记令牌并在下次登录时获取一个新令牌。

Don't save the security token from oauth and you are logged out :-)
Otherwise it lasts forever, I don't recall seeing a logout api but there might be one... All I do is forget the token and get a new one on the next login.

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