Questions tagged [imageshack]

ImageShack is a popular image hosting site, providing free image hosting and image uploading tools.

36 questions
6
votes
3 answers

iOS - upload picture with ImageShack JSON API

I'm trying to upload a picture to ImageShack using their API: - (void)uploadImage2:(UIImage *)image { NSData *imageToUpload = UIImagePNGRepresentation(image); if (imageToUpload) { NSMutableDictionary *parameters =…
Oleg
  • 2,984
  • 8
  • 43
  • 71
4
votes
1 answer

Upload image to imageshack with delphi

I have the API key and read the sparse documentation on their site, but still having trouble getting this to work so if anyone has any examples they could share then that would be great. I do not need to worry about videos or anything fancy, just a…
Kevin Jacobs
  • 69
  • 1
  • 3
3
votes
0 answers

Brief code example to upload image from iPhone to ImageShack account

I'm trying to upload a jpg image from my iPhone to my ImageShack.com account. Everyone says to use the MASSIVE THOUSANDS of lines of code in the 3rd party ASI code. Is there a simple example, just of the upload code? (I'll take either sync or…
Sally
  • 95
  • 2
  • 4
3
votes
1 answer

Uploading files to Imageshack API using HTML form, cURL and PHP

I am having some trouble uploading files to Imageshack's API. I use a multipart/form-data form to get the file. index.php:
eliwedel
  • 1,363
  • 2
  • 10
  • 12
2
votes
2 answers

imageshack api problems. Will not upload my image

I was just wondering if anyone has used the imageshack api as i am trying to use it and i am having some issues as it just fails and will no upload my image. the php library for image shack can be found…
markblue777
  • 829
  • 3
  • 13
  • 28
1
vote
0 answers

Using Imageshack's API

I have tried to make a uploader using imageshacks API but I have not been successful, I don't get an error code so I don't know what the error is. This is their documentation: code.google.com/p/imageshackapi/wiki/ImageshackAPI I have a imageshack…
Alex
  • 242
  • 3
  • 5
  • 16
1
vote
1 answer

Imageshack API almost working

This tutorial http://www.blocsoft.com/blog/imageshack.asp shows a great way to upload to imageshack and get a image url back although its for ASP and I need it in PHP. Any ideas if and how this could be done? Thanks heaps.
McDan Garrett
  • 183
  • 1
  • 3
  • 15
1
vote
1 answer

Automate ImageShack upload

I can't figure out how to make a script to upload a picture to ImageShack, and return the hotlink of the picture in BASH, can anybody whip up one for me? I was thinking to use curl.
Matt
  • 2,790
  • 6
  • 24
  • 34
1
vote
1 answer

yfrog API to pull in photos to website

I have a yfrog account and would like to pull in those posted photos to a gallery on my site, but I can't find any info about pulling in photos - only posting photos. Is this an available function of the yfrog API? Thanks.
Marc
  • 21
  • 2
1
vote
1 answer

yfrog/twitpick libraries for Silverlight

Any good silverlight libraries for accessing yfrog & twitpick rest apis or should I just create my own wrapper? yfrog/imageshackapi API twitpic API
rudigrobler
  • 17,045
  • 12
  • 60
  • 74
1
vote
0 answers

imageshack API cURL

I now the credentials are correct. When I send a image through Form like this:(action="http://api.imageshack.com/v2/images/"). Its working fine but When I tried to send $ch = curl_init($url); Its failed. CODE: enter code here
1
vote
1 answer

Retrieving yfrog images

Ever since yfrog stopped being yfrog and started changing to imgshack or whatever the name is, some of my pictures on my account linked to twitter don't show up. They just show a blank picture of a camera, like this:…
user3720559
  • 19
  • 1
  • 1
  • 3
1
vote
2 answers

Get IP address and browser code of visitors for any html page which supports image redirection like stackoverflow

I want to track visitors in my site which runs on normal html. Is there any way to track the user's/visitor's IP and Browser code using simple html code? Note: I'm not using server side programming like php, jsp, node.js etc. It is a normal html…
Johny Pie
  • 843
  • 3
  • 14
  • 37
1
vote
2 answers

upload image binary - using imageshack api

Moving a topic from google groups to here so it can help someone who is asking. imageshack api: http://api.imageshack.us/ the final http reqeust is returning…
Noitidart
  • 35,443
  • 37
  • 154
  • 323
1
vote
1 answer

Android Image Sharing to ImageShack Site

I am developing a android app. In this app need to upload image to imageShack site using their api. Here "sourceFileUri" is image file path which come from sdcard of the device.It shows Outh or dev Key is invalid.. Please can anyone help me to…
Wasir
  • 185
  • 2
  • 11
1
2 3