如何在 iOS 上取消链接或注销 Dropbox 帐户
我在自己的应用程序中使用 Dropbox。登录后,就会显示表格视图,每次加载该视图时,我都会直接进入表格视图。但是,我担心的是,假设不同的人正在使用此应用程序,他们可能想使用自己的帐户登录,所以我希望有一个注销选项。 我该怎么做?
I am using Dropbox in my own app. Once I login, the tableview is displayed and every time I load that view, I go straight to the table view. But, my concern is, suppose different people are using this application, they might want to login with their own accounts so I want to have an option to logout.
How do I do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对我有用。
Works for me.
您应该删除从 Oauth 进程获得的令牌,然后重新开始登录过程。
https://www.dropbox.com/developers/docs#authentication-for -mobile-devices
2014 年 4 月更新:
这个答案有点过时了,因为 API 往往会随着时间的推移而改变。这里还提出了其他建议。
You should drop the tokens you got from the Oauth process , and start the login process over.
https://www.dropbox.com/developers/docs#authentication-for-mobile-devices
Update April '14 :
This answer is a bit outdated, as APIs tend to change over time. Other suggestions were made here as well.