I have created a C# Windows Form Program that enables the user to drag and drop an image, pasting the url to that image into a text box. I now have to do the API side of this and authenticate with Imgur. Since I will be the only one using this program this should go easily but I cannot find much documentation on how one would authenticate with OAuth using C#. More specifically, I also cannot find any documentation on how to upload images with C# to Imgur. If anything, I would like to have it upload the image into a certain album as well, if that is even a possibility.
Could anyone help at all?