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
6
votes
1 answer

401 - "Could not authenticate you (header rejected by twitter)." when trying to upload a picture with PHP to TwitPic

I'm using meltingice's API for TwitPic and when I try to upload a picture I get a 401 error with the message "Could not authenticate you (header rejected by twitter)". My headers (retrieved from the HTTP Request2 object) are: Array ( …
Nick Badal
  • 681
  • 1
  • 8
  • 26
5
votes
1 answer

"Headers rejected by Twitter" when uploading media to Twitpic with TweetSharp/Hammock

I'm trying to upload a picture to Twitpic using TweetSharp and Hammock libraries in a WP7 app. The piece of code which uploads the photo is this: // Clients.srv is a TweetSharp TwitterClient RestRequest req =…
gjulianm
  • 834
  • 7
  • 22
4
votes
2 answers

OAuthConsumer and Twitpic

I'm trying to post images to TwitPic using OAuthConsumer. I keep receiving a 401 "Could not authenticate you (header rejected by twitter)." error. I am also making use of the Twitter+OAuth library to handle the login and posting regular tweets, and…
Ben Williams
  • 4,695
  • 9
  • 47
  • 72
3
votes
2 answers

using TwitPic + OAuth to upload a photo + tweet to Twitter (.NET C#) - why no tweet?

I'm uploading photos to TwitPic, using OAuth, from a .NET app written in C#. The oAuth stuff is a little tricky. I found two bits of .NET code to handle it, but wasn't satisfied with either. DotNetOpenAuth seemed to be pretty heavy, more than I…
Cheeso
  • 189,189
  • 101
  • 473
  • 713
3
votes
2 answers

How can I hotlink/embed a Twitpic image?

So in this URL: http://twitpic.com/2paihn The Twitpic ID is: 2paihn And the actual image URL is:…
David Haddad
  • 3,796
  • 8
  • 32
  • 40
3
votes
1 answer

FHSTwitterEngine - 'NSInvalidArgumentException','data parameter is nil'

I'm using FHSTwitterEngine to post a gif to twitpic. When I have a wifi or 3G connection on the iphone everything works fine. But I also want to implement some error handling for when there is no connection or when the upload failed. So for testing…
2
votes
1 answer

Twitpic Upload API

Just wondering if there are any rate limits when it comes to uploading images to Twitpic with the API. I find that on the odd occasion the image doesn't upload. Does anyone have any experience with a similar problem or how I might go about fixing…
Ian
  • 251
  • 1
  • 5
  • 15
2
votes
1 answer

Upload photo on twitPic and facebook

Hello I am using Twit Pic in my app.I want to upload selected photo to facebook also ..How could I do this.If I upload then how to know user is logged in at fb?
iProgrammer
  • 3,099
  • 3
  • 33
  • 59
2
votes
2 answers

Upload picture to twitter from iPhone

Is it possible to programmatically upload a picture to twitter from iPhone? Can this be done through twitter directly, or do I need to use a third-party service like Twitpic?
hpique
  • 119,096
  • 131
  • 338
  • 476
2
votes
1 answer

Rails regex to extract Twitpic link/code if present

Provided a url, within a string of text (tweet) such as "Check out my twitpic http://twitpic.com/1876544594 its awesome" I need a Rails regex that will return 18744594, the id of this particular twitpic... This question has been asked here but was…
Rabbott
  • 4,282
  • 1
  • 30
  • 53
1
vote
2 answers

Uploading image on twitter using twitpic

I want to upload image on twitter.For this I used Twitpic API .I am able to upload image using oauth in which i need to enter pin manually .Please anyone suggest me how to upload image via twitpic from mgtwitter engine so that I do not have to …
Gypsa
  • 11,230
  • 6
  • 44
  • 82
1
vote
1 answer

Android:Implementing twitPic

This topic seems to be really tricky for me. I want a right head start to uploading images onto twitPic from my android application. I have no clue of where to start from.
Sudhir R
  • 67
  • 1
  • 7
1
vote
0 answers

Twit pic photo upload with PlainOauth Library

I am using Twit pic in my app with following example. PlainOAuth It was working fine and suddenly It is not uploading images. Message on console is : Got HTTP status code from TwitPic: 401 I don't know whats the problem .please help
user750359
  • 11
  • 1
1
vote
2 answers

twitpic API GSTwitPicEngine error while setAccessToken

I tried to use GSTwitPicEngine class https://github.com/Gurpartap/GSTwitPicEngine for sharing image on twitter but its giving error As we have to set [twitpicEngine setAccessToken:token]; if I am right, I am using _accessToken of class…
Amit Battan
  • 2,968
  • 2
  • 32
  • 68
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
2 3 4 5