I am trying to add this functionality to the C # Windows application that I have in development for uploading images to Imgur.
Unfortunately, this must be Imgur, as this site is a must.
The problem is that any C # code code that I can find is old and does not seem to work with their version 3 API.
So I was wondering if anyone with experience in this area could help me.
I would rather boot using the OAuth option rather than anonymous, but the latter can be used as an example if necessary.
EDIT:
One part that I donβt particularly get is how I can take the authorization step while remaining in the desktop application. An authorization step requires opening a web page on which the user is asked whether the application is allowed to use their data or not.
How to do this for a desktop application?
Ahmad source share