I am trying to integrated linkedIn using this question answer Posting LinkedIn message from Android application but this given example LITest in not working on Device is Sh
First Try to clear cookies before you init LinkedIn related object... Use Below Code
CookieSyncManager.createInstance(this);
CookieManager cookieManager = CookieManager.getInstance();
cookieManager.removeAllCookie();
Please update me if it works or not....
Solved for me..on Device and Emulator.
Time,Date and Timezone should be correct if anything is wrong or even 1 min difference will give this exception.