Create OAuth on C#

I don’t know how to properly create a oauth validation on C#, I was able to create the manual validation via the oauth2 link (https://id.twitch.tv/oauth2) but I need to retrieve the URL oauth code from the response.
thanks in advance

Are you using the webbrowser component? You can get the current URL from the webbrowser object when you get redirected, and then use that to get the token that you use then to get the access and refresh keys.

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