[twitter-dev] Re: Uploading photo w\ OAuth echo

2010-08-01 Thread Bondi
Thanks Tom ! So that is what I thought - but I still can't upload the photo's. I've been trying mainly with twitPic and getting 401. I have been reading posts and discussion and I think I have it all right. My thought is that maybe it's a matter of encoding the header. Should I encode the whole

[twitter-dev] Re: Uploading photo w\ OAuth echo

2010-08-01 Thread Tom
The oAuth echo header is usable for any service around, because it does not need anything specific to the service you use. Forget about twitpic and any service you want to use at first, because that's the second step. First, start by creating the authorization header for the

[twitter-dev] Re: Uploading photo w\ OAuth echo

2010-07-30 Thread Tom
Basically what you do in an echo is make an oAuth request to the verify_credentials.json page, but you don't do the actual request - instead, you take the Authorization: header and send it to Twitpic. So, no, you don't add anything else than you would have for a normal call to verify_credentials.