Can anyone tell me if exist a way to log-out linkedin user with PHP. I tried already all methods from auth0 and from connect2 but nothing work.
It seems there is no way, I have tried every methods, such as:
IN.API.Raw().url('/logout').method('get');
and
IN.User.logout();