The imgur tag has no wiki summary.
50
votes
3answers
1k views
Upload images to Imgur from Mathematica
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 ...
3
votes
2answers
191 views
Imgur, get user's albums using PHP and OAuth
I'm trying to list the albums from a single user in imgur. As far as I've read in the API, information about albums can only be fetched using the authenticated API, which is quite a curious decision, ...
2
votes
2answers
44 views
Uploading a png to imgur using javascript
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 ...
2
votes
4answers
73 views
Is there any harm in hosting images off site? [closed]
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 linking them ...
2
votes
1answer
244 views
Getting blank image when using imgur's API
I'm currently developing a small script to take screenshots and upload them to imgur using Python.
The code looks like this:
import time
import os
import ImageGrab
import urllib
import urllib2
...
1
vote
0answers
95 views
Imgur Api to Upload Photo
I am trying to upload photos into imgur using its API's through oAUth.
I have been able to get the access token from imgur (after authorizing and authenticating), but when i try to use this access ...
1
vote
1answer
168 views
Android, uploading a photo to host on imgur programatically
I have tried different methods to upload and retrieve a link via imgur but none have been successfull despite looking at the imgur api.
http://api.imgur.com/examples#uploading_java
But the following ...
1
vote
1answer
239 views
Uploading a photo via imgur on android programatically
im new to android,
i need help in using, imgur's API, to upload a photo and obviously retrieve a link.
IMGUR API:
http://api.imgur.com/resources_anon
Im new to api's so bare with me.
I'm able to ...
1
vote
2answers
123 views
Getting elements from selected area in Javascript
I need to implement getting elements from selected area in Javascript. This is needed to make a better, desktop-like UI in chrome app. The nearest example is selecting area in Imgur extension ...
1
vote
2answers
636 views
imgur upload to authenticated api in c#
I've found a good amount of C# samples to upload images to imgur ... however they all seem to be using the anonymous API. Any thoughts from SO on whether any of these can be adapted to use the ...
1
vote
1answer
262 views
How to set non-random file names on imgur.com
How can I set images to have non random file names on imgur.com?
When I upload an image, a random string gets assigned to it.
How would I link to an image like ...
1
vote
2answers
516 views
uploading image to imgur using c#
Uploading image to imgur.com using code below returns http 400 error code. My developer key is correct and I tried different image formats with sizes upto 70 kb.
I also tried code example for c# ...
1
vote
1answer
450 views
Help with Imgur API and VB.NET - Image POST
I'm trying to send an image to Imgur's server.
Everything went fine and I'm getting the URL of the image from the parser but when I'm trying to open it on the web browser, I'm not getting the image... ...
1
vote
2answers
498 views
Uploading images to Imgur.com using C#
I just recieve my unique developer API key from Imgur and I'm aching to start cracking on this baby.
First a simple test to kick things off. How can I upload an image using C#? I found this using ...
1
vote
4answers
376 views
Upload to imgur java
Hi I'm trying to figure out how to upload to imgur using java, does anyone have any experience with this kind of thing?
0
votes
1answer
25 views
Uploading an image in Rails on Heroku to Imgur via API
Is it possible to upload an image using imgur's api via Rails on Heroku (write limitability?)
I was looking at the following gem:
https://github.com/vanntastic/imgur
How would you handle the actual ...
0
votes
3answers
40 views
Invalid URI: The Uri string is too long using Imgur API
I am using imgur API to upload images but i am getting an exception on this line:
string uploadRequestString = "image=" + Uri.EscapeDataString(Convert.ToBase64String(imageData)) + "&key=" + ...
0
votes
1answer
51 views
How to convert Gtk.Image to base64
I have a Gtk.Image object and I want to convert it's data to a base64 encoded string (for use with imgur). How would I achieve that?
0
votes
1answer
22 views
Imgur sideloading using api is giving me 302
I am trying to use sideloading with imgur's api.
$.get("http://api.imgur.com/2/upload.json?", {
url: www.example.com/blah.jpg
},function(response){
var url = ...
0
votes
0answers
88 views
imgur upload script error
Hi Your post does not have much context to explain the code sections, please explain your scenario Clearly more. I took the tedious hours, a warning to ask a question
I get the following error
I'd ...
0
votes
1answer
161 views
How to implement imgur api (image host) on a website?
I came across http://api.imgur.com and thought that would be a usefull tool to use on my website. I then noticed that StackOwerflow uses it too, so it must be good )))
Although I'm struggling when I ...
0
votes
1answer
112 views
Imgur API request using Java returns 400 status
I am trying to send a GET request to the Imgur API to upload an image.
When I use the following code I receive a 400 status response from the Imgur server - which, according to the Imgur error ...
0
votes
1answer
287 views
Get http://imgur.com/gallery/hot/page/1.json with jQuery
Hello i try get this json with $.getJSON, also $.ajax(...)
but nothing...
jQuery.ajax({
url: "http://imgur.com/gallery/hot/page/1.json",
type: 'GET', ...
0
votes
0answers
62 views
Qt Imgur upload fail
I have an uploader like this
void uploader::upload() {
QUrl serviceUrl = QUrl("http://api.imgur.com/2/upload.json");
QByteArray postData;
postData.append("key=MY_KEY&");
...
0
votes
0answers
111 views
Response unpacking error in Python 2.7 with python-oauth2 and Imgur's Authenticated API
Salutations!
I've been working on a multiple-service file uploader that filters file extensions to decide which service a file should be uploaded to. My primary target is uploading to an Imgur user ...
0
votes
1answer
153 views
Imgur ID match using Regex in ASP.NET C#
I am pretty inexperienced when it comes to regular expressions and wondered if anyone can help me achieve the following.
I need a regular expression that will validate if a certain URL is a valid ...
0
votes
1answer
117 views
getting images in xml file from imgur for android
I am trying to get the images in xml file from the imgur website.
This is the code I have written:
try {
HttpClient client = new DefaultHttpClient();
String getURL = ...
0
votes
1answer
179 views
Sideloading images to imgur without API key
I've been trying to use the feature of the imgur API that allows you to just send a GET request to http://api.imgur.com/2/upload with a URL in the form data, and have that image uploaded, but I can't ...
0
votes
2answers
177 views
How does Imgur create encrypted file names to all the images it hosts?
I was planning on hosting images on a server and wanted to use the same sort of file naming encryption mechanism. Is it just a hash?
0
votes
1answer
127 views
Imgur bash script won't work when bound to a key
I've slightly modified the official Imgur uploading script to allow for it to be bound to a key, however when I actually press the key, it seems to just run the two notify-send commands and end the ...
0
votes
1answer
104 views
Fetch images link in my account from Imgur
I want to fetch image links in my account from Imgur.com
I know that there is an API for this but I don't know where to start since there are examples for uploading images but not getting links.
I ...
0
votes
1answer
623 views
IMGUR file upload via PHP and cURL
I'm trying to upload an image to IMGUR via PHP.
This is the code:
<?
$filename = "image.jpg";
$handle = fopen($filename, "r");
$data = fread($handle, filesize($filename));
// $data is file data
...
0
votes
0answers
149 views
Python oauth2 problem with request using DELETE method (api.imgur.com)
I am writing a simple imgur library in python to use in an application of mine. In order to use the Authenticated API of imgur I am using the python-oauth2 library and at the moment all methods are ...
0
votes
2answers
477 views
imgur api won't work
i have a question about the imgur api.
I want to create a gallery for my website using the imgur api, but how can i create a file uploader that uploads to the imgur servers?
Here is what i created:
...
0
votes
1answer
127 views
Capturing a webclient response and saving it to a variable
I have the following code:
private void UploadSelectedImages(ListBox.ObjectCollection objectCollection)
{
foreach (var photo in objectCollection)
{
using (var w = new WebClient())
...
0
votes
3answers
407 views
HTML Upload Form will only upload files found in the directory of the PHP file
I have an image uploader that uses the imgur.com API and jQuery's .ajax() function to upload images to their servers. However, if I browse for an image using the <input type="file"/> element of ...
0
votes
2answers
904 views
Using jQuery to parse XML returned from PHP script (imgur.com API)
Here's my jQuery:
var docname = $('#doc').val();
function parseXml(xml)
{
$(xml).find("rsp").each(function()
{
alert("success");
});
}
$('#submit').click(function() {
$.ajax({
...
0
votes
1answer
158 views
How to upload images using an API Key that gives you permission to upload? [Python source code included]
The documentation of the API shows source code on how to accomplish this in Python:
#!/usr/bin/python
import pycurl
c = pycurl.Curl()
values = [
("key", "YOUR_API_KEY"),
...