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
0
votes
2 answers

OAuth Echo TwitPic — Working with a Twitter client on the iPhone

Hey everyone, I've been trying to get Twitpic to work successfully in uploading a picture through my iPhone app. This has worked fine in the past however now they've changed all their auth code. This is what I've got, and for some reason is just…
Domness
  • 7,585
  • 8
  • 40
  • 50
0
votes
4 answers

Having problems with uploading photos to TwitPic using OAuth in Objective C on the iPhone

I have been working on an iPhone app that has a feature of uploading photos to TwitPic. I have it working with basic authentication. I am trying to get it working with OAuth. I am getting authentication errors. I have studied very carefully the…
M. Bedi
  • 1,087
  • 10
  • 15
0
votes
2 answers

Integrating twitpic OAuth for iPhone

How can I integrate twitpic API with OAuth for posting an image from iPhone? Any help or tutorial? Currently I am doing... NSURL *twitpicURL = [NSURL URLWithString:@"http://api.twitpic.com/2/upload.format"]; theRequest =…
Asad Qamber
  • 102
  • 11
0
votes
1 answer

Twitpic API: image comments

Does anyone know whether there's a way to retrieve the latest comments posted against an image on Twitpic - I can't find anything in their API. Any suggestions?
pingu
  • 614
  • 1
  • 10
  • 23
0
votes
0 answers

check to see if URL from Instagram or Twitpic

hey i have an array (pasted below) of URLs taken from a user's most recent tweets and i would like to omit any URLs that are from Instagram or twit pic. any suggestions on how to do this with…
NateH
  • 85
  • 1
  • 7
0
votes
1 answer

How can I get the link to the twitpic-site with the latest image of a specific user?

I wrote a little app that uploads a selected picture form the ImagePicker to twitpic with this code (extract): - (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info { [picker…
Flocked
  • 1,898
  • 2
  • 36
  • 57
0
votes
1 answer

Twitpic not working, Posterous is... why?

I was using the Twitpic API from in my iPhone app for a while with no problem, then suddenly it started reporting: invalid username or password. I changed the URL to that of yfrog and they reported: could not find the media. I changed the URL to…
Andy
  • 14,260
  • 4
  • 43
  • 56
0
votes
1 answer

posting pic with python with twitpic fails

I am trying to find a way to post a pic with tweet via twitpic.com. There is a python solution called twitpic: https://github.com/macmichael01/python-twitpic I have installed this on a linux server, but I am new to python I am afraid. usage: twitpic…
user2672938
0
votes
1 answer

Wordpress share twitter via twitpic

my question a little complicated. I want to share a featured image which is in a post on my wordpress site to twitter. But there a important point. i want to share a picture with twitpic because of people can see this image in twitter without open…
0
votes
1 answer

RuntimeException: when uploading image to twitpic in android

In my android application i need to upload image to twitpic. I have some images in my sd card and wanna upload to twitpic after clicking a button. Here is my code. protected void onCreate(Bundle savedInstanceState) { …
andDev
  • 275
  • 2
  • 5
  • 15
0
votes
1 answer

not getting xml from API call

I want to make a call to API and get the result in XML format My current code is as below. When I direct provide the XML file then my code runs as expected but when I mention API url to get the same xml then there is no error but call to API is not…
Abhishek
  • 99
  • 1
  • 14
0
votes
1 answer

How to get xml from TwitPic API

Hi I am new to Twitpic API. I want to make a call to TwitPic API http://api.twitpic.com/2/tags/show.xml?tag=" + searchq + "&page=1" I want to do it using AJAX my current code is as below: