退出Android中的LinkedIn会话

Kus*_*hah 3 session android linkedin logout linkedin-api

我已成功在我的Android应用程序中集成了LinkedIn登录功能.但我没有实现注销功能.

有谁能帮我找到合适的解决方案?我试图清除所有应用程序数据 - 但仍然没有成功.

提前致谢!

Jay*_*aya 7

LinkedIn应用程序正在使用"单点登录",因此一旦您登录到应用程序,您就无法在自己的应用程序中从LinkedIn注销,除非您在LinkedIn应用程序中明确注销.但是,我们可以清除会话以accesstoken null使用以下代码行,这将清除会话:

LISessionManager.getInstance(getApplicationContext()).clearSession();
Run Code Online (Sandbox Code Playgroud)