imgur Questions

2

A while ago, I made a python function which took a URL of an image and passed it to Imgur's API v2. Since I've been notified that the v2 API is going to be deprecated, I've attempted to make it usi...
Swanger asked 22/12, 2012 at 0:48

1

Solved

To start doing this "simple" task I've researched for a procedure that I've taken as an example here to follow and reproduce the steps, the procedure can upload an image "anonymously": Private Rea...
Innovation asked 11/6, 2014 at 7:7

3

Solved

I am planning to upload images to imgur anonymously using its api, i registered my application in the anonymous upload category and got client id and client secret, How to use php to upload image t...
Almetaalmighty asked 24/6, 2013 at 6:44

1

Solved

Open an image editing program, copy an image (don't copy from a browser - I'll explain why later). Open Firefox and go to http://imgur.com Press Ctrl+V Look with utter amazement at the image you ...
Flagellate asked 27/1, 2014 at 10:0

1

Solved

I've been trying for more than 3 hours to get imgur to accept base 64 data to absolutely no avail, I've confirmed the data is correct, I've confirmed that I can send to imgur using a url image, I j...
Kristynkrock asked 11/12, 2013 at 7:20

1

Solved

I'm trying to anonymously get image data (like image sizes) through the Imgur Version 3 API through C#. Their documentation states The API requires each client to use OAuth 2 authentication. Thi...
Aubergine asked 17/6, 2013 at 4:19

1

Solved

I've created a class UploadToImgurTask as an AsyncTask that takes a single file path parameter, creates and sets an MultiPartEntity, and then uses Apache HttpClient to upload the image with said en...
Pocketful asked 19/5, 2013 at 20:58

1

Solved

I'm having trouble uploading an image to Imgur using the python requests module and the Imgur API. My code is the following: import base64 import json import requests from base64 import b64encod...
Ellingston asked 26/4, 2013 at 19:52

1

I'm currently trying to upload to imgur using their current API v3, however I keep getting the error error: javax.net.ssl.SSLException: hostname in certificate didn't match: api.imgur.com != img...
Copyright asked 5/2, 2013 at 14:48

3

Solved

I'm trying to use the python requests lib to upload an image to Imgur using the imgur api. The api returns a 400, saying that the file is either not a supported file type or is corrupt. I don't thi...
Agminate asked 11/7, 2012 at 16:45

1

Solved

I would like to have a Google Chrome extension to rehost any image I click on. For example, I have a html document with images using <img> tag. I want to have a extension which will rehost ...
Bartolemo asked 7/7, 2012 at 21:6

2

Solved

I'm trying to use Javascript to upload a png to imgur. I've used the code directly from the Imgur API example, but I don't think I am passing the png file properly as I get an error message saying ...
Kinase asked 12/2, 2012 at 14:46

4

Solved

Is there any harm hosting images through a website like Imgur then using the code provided to insert it into my website? Versus the traditional way of hosting the images on my server and link...
Baeza asked 4/1, 2012 at 19:47

3

Solved

Here's a challenge to all mathematica tag followers. Let's make it a lot more convenient to insert images into SO post from Mathematica by creating an imgur uploader. How can we create a function i...
Cromagnon asked 7/11, 2011 at 15:2

4

Solved

Hi I'm trying to figure out how to upload to imgur using java, does anyone have any experience with this kind of thing?
Bangle asked 28/11, 2009 at 21:35

© 2022 - 2024 — McMap. All rights reserved.