Closed
Description
AspNet.Security.OAuth.Untappd is not working.
Reason seems to be that ExchangeCodeAsync needs to work slightly different.
The request needs to be HttpMethod.Get instead of Post and the parameters need to be transmitted as a QueryString according to https://untappd.com/api/docs#authentication
I add this issue and have a PR ready where I will link to this issue.
Activity
martincostello commentedon Mar 26, 2021
Fix is now available from NuGet.org - thanks again 🎈