SparkleNetworks / LinkedInNET

Sparkle.LinkedInNET will help you query the LinkedIn API with C# :)
https://www.nuget.org/packages/Sparkle.LinkedInNET/
GNU Lesser General Public License v3.0
35 stars 51 forks source link

There was an error deserializing the object of type Sparkle.LinkedInNET.OAuth2.OAuth2Error. Encountered unexpected character '<'. #25

Closed kittucando closed 2 years ago

kittucando commented 5 years ago

There was an error deserializing the object of type Sparkle.LinkedInNET.OAuth2.OAuth2Error. Encountered unexpected character '<'. while calling await api.OAuth2.GetAccessTokenAsync(code, redirect_uri); method, tried with lower versions also , but the same error. Please let me know once fixed

sandrock commented 5 years ago

It seems the requested resource is a HTML page (unexpected '<'). Can you share the HTTP response? And the stack trace?

etodanik commented 4 years ago

We're also getting the same issue.

sandrock commented 4 years ago

As stated in the README, this library cannot evolve to support the new LinkedIn API.

As stated in the README, there are a few forks with live contributions.

Please consider using this fork.

Or do you confirm that you need support for this old library?

sandrock commented 2 years ago

I suppose you are using the new library and do not need support here. Closing.