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...
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...
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...
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...
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...
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...
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?
© 2022 - 2024 — McMap. All rights reserved.