Hello there,
I went into develop recently a little program for a friend streamer on Twitch. It basically just parse a CSV file exctracted from the API, which gives a Subscribers list.
It work fine but, rather than getting a CSV manually, I would like to be able to connect my Application to the API.
I’m quite new in C# development world, but I wish to learn and as I made this simple parser and lottery program yesterday, I think I can handle a few weeks of learning to go through my goal
Here’s my question :
Is there any resource available on the net to help me build a WPF solution, which will be able to handle OAuth2 authorisation process without the use of an external webserver ? Maybe by including a webserver locally and requesting the token to be sent on the user computer ? Maybe using an existing library as I don’t want to reinvent the wheel…
If you have any link or suggestion to help me to accomplish this, I can handle the json parsing and other logics I’ll need.
Kind regards.