Questions tagged [twitpic]

TwitPic is a website that allows users to post pictures to the Twitter microblogging service.

Twitpic is one of the many services that added image functionality to twitter. With the Twitpic one can add an image to a tweet which is hosted by twitpic. The service also offers mobile apps for Android and iOs.

  • TwitPic uses usernames and passwords from Twitter
  • Comments to photographs are sent as reply tweets
  • TwitPic URLs are already short, making it unnecessary to use URL shortening
66 questions
1
vote
2 answers

Connect to Twitpic API using PHP

I am using the Twitpic API for an application. I am a bit stuck because I can't seem to find were the error is. This piece of code all the documentation I read says it's correct. Help would be appreciated. Thanks! function do_twitpic() { …
matt
  • 11
  • 1
1
vote
0 answers

Upload snapshot from webcam directly to twitpic, flickr, facebook

I succeed to get a snapshot from the webcam as a jpeg (via BitmapArray) and now I want to upload it directly to twitpic or flickr . Any ideas? Thanks!
decoder
  • 53
  • 4
1
vote
1 answer

Authentication and header rejection with Twitpic and OAuth

I am trying my best to upload images to Twitpic by using PHP and OAuth (PECL extension) and I keep getting the following error: Could not authenticate you (header rejected by twitter) This is my code so far: $arguments[] = "oauth_consumer_key=" .…
user461054
  • 41
  • 2
  • 4
1
vote
1 answer

ShareKit and TwitPic

Heya has anyone tried out sharekit www.getsharekit.com Im looking for a simple plug n play way to get photos to twitter. Let me know if anyone has achieved this.
Franky
  • 1,153
  • 1
  • 11
  • 20
1
vote
3 answers

Integrating Twitpic with OAuth Echo authentication into iPhone application

Has anyone had any luck integrating Twitpic's new OAuth Echo authentication into their iPhone application? This seemed to be a simple task but it's not getting done. I keep getting 400 or 401 errors. This is also being discussed here: OAuth Echo…
Mustafa
  • 20,504
  • 42
  • 146
  • 209
1
vote
0 answers

Image not found exception while posting to twitpic using httpclient

I am using commons-httpclient-3.1 jar file to Post multipart file to twitpic , iam getting Image not found exception here is my code HttpClient client = new HttpClient(); …
ganesh
  • 1,247
  • 6
  • 24
  • 46
1
vote
3 answers

Parsing Data returned from Twitpic API

I just wanted to ask you if anyone can help me parsing the returned data from the Twitpic API? I'm creating a HTTPFormRequest using the ASIHTTPRequest Wrapper for Cocoa. This all happens in an iPhone application: NSURL *url = [NSURL…
Simon
  • 11
  • 1
1
vote
1 answer

Uploading Video on Twitter

I am new to Twitter Integration with my Android Apps. I have to post Image and Video on Twitter. I am successfully able to post Image on Twitter using Twitpic, but have not found any clue for posting Video on the Twitter. Please help me, with a…
Gaurav Arora
  • 8,282
  • 21
  • 88
  • 143
1
vote
1 answer

Trouble uploading to twitpic

I am trying to upload a photo using the API and am having an issue that I hope you can help me with. Below, I have pasted the http request to the API (minus the twitter username/password). I am getting an error message back saying image not found,…
Ely
  • 3,200
  • 1
  • 21
  • 18
1
vote
3 answers

twitter image upload (twitpic api)- unable find image upload method

I am new to android development. I need to post text and image in twitter through my Android application. I got one sample project AndroidTwitpic. I had problem in connection. Later I replaced twitter4j-core-2.1.6.jar library with…
tilak
  • 4,589
  • 6
  • 34
  • 45
1
vote
0 answers

upload image on twitpic using as3

how I can upload image on twitpic using as3 and flash professorial cs6 and i try the code below and nothing happened Thank's in advance import flash.net.FileReference; import flash.filesystem.File; import flash.filesystem.FileMode; import…
Enas S3efan
  • 81
  • 1
  • 11
1
vote
0 answers

Android: Twitpic upload error

In my Android application, I need to upload an image to twitpic. But I get a Runtime exception in my code. Here is my code: protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); …
andDev
  • 275
  • 2
  • 5
  • 15
1
vote
1 answer

Error: Image upload to twitpic in android

In my android application i want to upload image to twitpic. There are some images to my sd card. When i click a button then a image will be uploaded to twitpic. Here is my code... @Override protected void onCreate(Bundle savedInstanceState) { …
andDev
  • 275
  • 2
  • 5
  • 15
1
vote
2 answers

FancyBox unable to resolve Urls(Twitpic)

Twitpic recently made changes to their API and their photo url 'http://twitpic.com/show/full/auuqys' is now getting resolved to a huge Cloudfront url…
Nazim Zeeshan
  • 713
  • 1
  • 12
  • 20
1
vote
0 answers

Twitpic uplodAndPost

When I try to upload an image on twitpic using php curl, the picture doesn't upload and response is the last json with data about the picture uploaded manually. $access_token =…