I wanna upload an image to Imgur.com using it’s API as an annonymouse user. After i upload the image, i wanna get that image url dynamically. How can i achieve this using C# Winforms?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The documentation provides an example that you could try:
The response returned by the server will contain the link to the uploaded image. For example:
In order to use the anonymous API you will need to obtain an API key.