Imgur API

Hello everyone!

I trying to find a solution for such functionality:
I want to send a picture from skia (by bytes or mutable array whatever) to any cloud for instance [imgur.com] (or maybe google cloud) and after uploading it i need to take a link of the uploaded photo.
I tried to use this nuget https://www.nuget.org/packages/Imgur.API/ for use imgur api functionality but unfortunately i can’t understand how to deal with it.
I have registered account and got a Client ID, Client Secret, refresh_token and access token (i used postman for getting it from this tutorial ). I see, that nuget depends on System.Net.http which i already added from Net. Assemply to my project. I am trying to construct full chain according C# code in test examples of developer, but nothing happens…
imgur api nuget test.vl (65.0 KB)

1 Like

you can increase the chance of getting help by tidying up that patch and referencing the exact function of the examples you linked to that you’re trying to implement. make it so that we can follow your attempt easily with the c# and vl codes side-by-side.

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