How to reset the linkedin cookies in the browser through java, I am using socialauth to login to linkedin and the linkedin session maintains outside the application scope also.
So I want to clear the linkedin session which are in browser so that the session is not maintained.
Please help me how to clear the cookie or reset the linkedin cookies in java.
Regards
Tony
One solution might be to load the LinkedIn API JavaScript library code, and then call the
IN.User.logout(callbackFunction, callbackScope)function:https://developer.linkedin.com/documents/inauth-inevent-and-inui