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.
我已在我的 Android 应用程序中成功集成了 LinkedIn 登录功能。但我未能实现注销功能。
谁能帮我找到合适的解决方案?我试图清除所有应用程序数据 - 但仍然没有成功。
提前致谢!
LinkedIn 应用程序使用“单点登录”,因此一旦您登录该应用程序,您就无法在您自己的应用程序中从 LinkedIn 注销,除非您在 LinkedIn 应用程序中明确注销。但是,我们可以accesstoken null使用以下代码行清除会话,这将清除会话:
accesstoken
null
LISessionManager.getInstance(getApplicationContext()).clearSession();