Android LinkedIn Integration Error on Device And Emulator

前端 未结 2 537
花落未央
花落未央 2021-01-20 10:10

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

相关标签:
2条回答
  • 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....

    0 讨论(0)
  • 2021-01-20 10:47

    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.

    0 讨论(0)
提交回复
热议问题