I was using the linkedin Api using Oauth2 and web request but today I found that it stoped working and I am getting the error Authentication failed because the remote party has closed the transport stream here are urls used by me AUTHORIZE = "https://www.linkedin.com/uas/oauth2/authorization"; ACCESS_TOKEN = "https://www.linkedin.com/uas/oauth2/accessToken"; and the final url that is making call through the webrequest is grant_type=authorization_code&code=xxxxxxx&client_id=xxxxx&client_secret=xxxxx&redirect_uri=
what is changed in this link oauth of linked in that causing this issue? I am using C#.
Thanks