Happyr / LinkedIn-API-client

A library to connect with LinkedIn API. Perfect if you are looking for an API client or SDK for LinkedIn
MIT License
198 stars 97 forks source link

How to get logout url #153

Open hassan-khalil opened 6 years ago

hassan-khalil commented 6 years ago

Is there any way to logout from linkedin through php ?.

something like getLogOutUrl()

i didnt found any logout method in this package .

RohanKambleDev commented 5 years ago

I too have the same issue, I am not able to logout of the linkedin logged in session. After searching on web I found below: Apparently, Linkedin seems to have disabled the feature of letting third party apps to logout from Linkedin. https://stackoverflow.com/questions/5831190/how-to-sign-out-in-linkedin-using-authrequest-using-android But still if you anybody has a workaround, it would be of great help to everyone who is facing this issue.