Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
1answer
155 views

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 ...
3
votes
1answer
99 views

“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 ...
2
votes
2answers
160 views

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 ...
2
votes
1answer
243 views

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 ...
2
votes
2answers
1k views

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 ...
2
votes
1answer
357 views

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!
2
votes
2answers
2k views

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. ...
2
votes
1answer
815 views

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.
2
votes
4answers
6k views

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?
2
votes
1answer
411 views

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 ...
1
vote
1answer
125 views

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.
1
vote
1answer
269 views

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?
1
vote
1answer
313 views

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 ...
1
vote
1answer
1k views

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 ...
1
vote
2answers
425 views

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: ...
1
vote
3answers
2k views

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. ...
1
vote
3answers
608 views

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 ...
0
votes
1answer
17 views

display twitpic using actionscript 3

I would like to find out if it is possible to display twitpic with specific hashtag in flash application. I have been searching online but none has actually provide similiar solution. Please give me ...
0
votes
1answer
42 views

Request header for uploading the image using twitpic in blackberry?

I want to upload an image to the user's twitter account. For this, I need a URL which I will get in from of a json response. I know the URL where the request should be sent i.e. ...
0
votes
0answers
26 views

twitpic4j can't capture picture from camera

I'm trying to post pictures to twitpic using the publicly available library twitpic4j. This code fails for me public void onPreviewFrame(byte[] data, Camera arg1) { ...
0
votes
1answer
42 views

Continuous uploading of images to twitpic fails

I am doing an application in which I am uploading the images to twitpic. It works fine the first time. But if I try to upload the next image within that minute itself, it shows a 401 error. If I try ...
0
votes
0answers
95 views

Spring twitpic twitter4j

I am trying to post image links to twitter with twitter4j and spring social I am able to authenticate and post tweets.Facing problems with posting image links. This is the example I intend to use for ...
0
votes
0answers
75 views

New Bug: Feed Image Thumbnail Url is not allowed to be Forwarding Url

I'm posting a link to the own Feed. The link points to Twitpic and the thumbnail url points to something like http://twitpic.com/show/thumb/75iczr or http://twitpic.com/show/thumb/75iczr.jpg ...
0
votes
0answers
104 views

Twitpic says that my OAuth data was rejected by twitter

I have a problem with uploading images to twitter. I'm using MGTwitterEngine + OAuth for accessing Twitter - it works perfectly. I can access timelines, lists etc. BUt now I need to upload an image. ...
0
votes
1answer
70 views

ASIHTTP method for posting a video

I am using ASIHTTP method for uploading my video information.I got my video information in web data using the code - (void)imagePickerController:(UIImagePickerController *)picker ...
0
votes
0answers
55 views

video uploading

I am trying to upload videos to twit pic.I am using ASIHTTP method to send the data.I have chosen a video from the library and got the path of the video.how can i send that video to twit pic using ...
0
votes
0answers
95 views

twitpic application

i am developing an application to upload photos and videos through twit pic.But when i upload i get an error response that "cannot authenticate you".how can i use the x-verify credentials and OAuth ...
0
votes
4answers
167 views

Twitter page no longer exists, Token used error

I am working on implementing sharing an image via Twitter in my application and I have come across this page. When I run my app in my simulator I can no longer log into Twitter. I get a page stating ...
0
votes
0answers
274 views

TwitPic OAuth Echo Java j2ee

Whenever I try to connect with twitpic through OAuth Echo. I keep getting an error saying that my key was not provided: {"errors":[{"code":401,"message":"Could not authenticate you (no application ...
0
votes
0answers
125 views

Cannot Post Pictures to Twitpic From Blackberry

I am attempting to upload a picture to twitpic from the Blackberry. I connect to Twitter using Twitter API ME, and then use the token obtained from that (via xAuth) to attempt to connect to twitpic. ...
0
votes
0answers
67 views

I am having problem with loading pictures from my twitter app on android

i am having problem with loading pictures from my twitter app on android. i made a twtter app that allows me to sign to post picture through twitpic and i've used it few time ....was just testing it ...
0
votes
0answers
37 views

Having issues with Twit-pic mode of authentication

I am just trying my hands on android programming by building a twitter app, i now want my application to load pictures by using twit-pic, i've been able to achieve log-in in through what i think it's ...
0
votes
0answers
72 views

Adding Facebook Connect and TwitPic to EGOPhotoViewController

I've developed an app using EGOPhotoViewController code to scroll through multiple images. I would like to add in the ability to share these images on Facebook and Twitter. So here is where my issue ...
0
votes
0answers
214 views

Android: TwitPic authorization

I've got an android application where I had to use twitpic api to upload and post images to twitter/twitpic. I made use of this code : http://code.google.com/p/twitpic4j/ My, problem is that even if ...
0
votes
2answers
94 views

TwitPic SDK/Library for android

Is there any TwitPic library for android? or i have to start working from scratch?
0
votes
1answer
332 views

upload a twitpic using OAuth Api iPhone xcode

I have to post a twitpic(image selected from camera/photo album) using OAuth API.Till now i have posted the status on twitter.TwiAny help would be appreciated. Thanks Vikas
0
votes
1answer
74 views

Is there a way to search Twitpic based on #tag using some API?

I know there is an api for searching Twitter (http://search.twitter.com/api/), but is there similar thing for searching Twitpic?
0
votes
0answers
59 views

Problem in Plixi integration for photo Sharing in blackberry

I want to integrate Plixi Photo Sharing API in my project. As per given help to use this API, i got API key from https://admin.plixi.com/api.aspx. But it gives me "HTTP Error 403 Forbidden" error. I ...
0
votes
2answers
155 views

Ruby on Rails pull an id from url, insert into image_tag (gsub?)

I have a twitter feed displaying my tweets on a page. I want to include the thumbnails of my twitpic images as well. I've been using gsub to replace text, but I'm having a hard time figuring out the ...
0
votes
0answers
115 views

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 ...
0
votes
1answer
167 views

Twit Pic Api Error [closed]

Hello I am using Twit Pic Api. And It is working fine. After upgrading my iphone code fot ipad it is giving Message Got HTTP status code from TwitPic: 401 Then I changed My Api key and It is ...
0
votes
1answer
934 views

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 ...
0
votes
1answer
111 views

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
0
votes
1answer
409 views

How to make twitter login simpler by using PlainOAuth

I'm using PlainOAuth to post image to twitpic and post message to twitter home page from my iPhone app. Everything is ok, but the way user login to twitter is complex with user. At first, user must ...
0
votes
1answer
201 views

TwitPic API Isn't Responding Correctly - Keeps Returning 401

So, I've still been trying to make this Twitter client, and I'm working on the image attachments for it, but I can't get the TwitPic API to work with oAuthTwitter (The oAuth framework that I use for ...
0
votes
1answer
273 views

Adding a Twitpic function using oAuth

Hey I'm working on a Twitter Application based of the source code from iCodeblog. ( http://icodeblog.com/wp-content/uploads/2010/09/iCodeOauth.zip ). I was wondering how I could add a TwitPic ...
0
votes
1answer
173 views

iPhone - OARequestHeader warnings

I am trying to upload a picture to TwitPic using GSTwitPicEngine. I have included all the requirements but it seems that some functions used in OARequestHeader class are not recognized. Here is an ...
0
votes
1answer
385 views

TwitPic image upload

I want to implement TwitPic image uploads (in PHP) using OAuth. In that the flow is like login amd allow or deny (application) then return image upload That image upload is used for all the ...
0
votes
1answer
485 views

Is there a way to update pictures to TwitPic using MGTwitterEngine

I updating my project to use twitter oauth instead of basic auth. I was uploading pictures to twitPic using the basic auth, how to do that with oauth? I am using MGTwitterEngine for doing the oauth. ...
0
votes
2answers
120 views

Contacting another website via program?

I know the title isn't very elaborate, but I have tried this multiple times (to figure out how) but I could never find out how to do so. I want to do stuff like upload a "paste" to pastebin.com, ...

1 2