gabornemeth / StravaSharp

Strava client library
MIT License
43 stars 23 forks source link

Callback not working #11

Closed avallebarco closed 5 years ago

avallebarco commented 5 years ago

I cloned the project and I changed the ClientId and the ClientSecret.

I run the project and I log-in page strava, then the callback funtion throw an error. I attach a image of the error. It`s a bug? or have I done something wrong?

could you help me? thanks

errorstrava

the-coding-panda commented 5 years ago

Hello,

I was having this issue when implementing it with .Net Core.

Looks like Gabor fixed this in the latest version, updating to version 0.5.5 solved this for me 👍

gabor-nemeth commented 5 years ago

@avallebarco do you still have the issue using version 0.5.5?

avallebarco commented 5 years ago

I solved my issue upgrading to version 0.5.5 Thanks.