In the documentation I have read: "Now you can invalidate an OAuth token for your application. Just send an OAuth signed GET request to https://api.linkedin.com/uas/oauth/invalidateToken"
When I try it (LinkedIn REST API Console or C# WebRequest), It sends me Bad request (400). It can be that is an old method when LinkedIn authentication process is OAuth1.
How can I invalidate/revoke access token in LinkedIn api with OAuth2 authorization?
Thanks in advance!