Authenticating and getting the access taken in ASP.NET MVC

I am having some problems with getting started with this API in my ASP.NET MVC application.
I want the users to be able to log into their account and then get their acces token to do some stuff.
Im really dont know alot about this. So how do I get started? Does someone have a good example of how to implement this in an ASP.NET MVC Web application? Maybe there is a good libary (from github maybe) that does this?

The quick start guide is here https://dev.twitch.tv/docs/authentication/#getting-tokens I’m not ASP native myself, but if you have an existing oAuth library, you just need to feed in the right token/code exchange URL’s to an existing library.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.