Skip to content

Untappd not working #529

Closed
Closed
@PatGet

Description

@PatGet
Contributor

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

linked a pull request that will close this issueAdded ExchangeCodeAsync Method. #530on Mar 25, 2021
added this to the 5.0.3 milestone on Mar 25, 2021
martincostello

martincostello commented on Mar 26, 2021

@martincostello
Member

Fix is now available from NuGet.org - thanks again 🎈

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      Participants

      @martincostello@PatGet

      Issue actions

        Untappd not working · Issue #529 · aspnet-contrib/AspNet.Security.OAuth.Providers