Re: [twitter-dev] Twitter Photo service for oauth clients

2009-12-11 Thread Harshad RJ
On Sun, Dec 6, 2009 at 11:30 AM, Michael Steuer mste...@gmail.com wrote:

 Are any of you aware of a photo service that allows picture uploads from my
 oauth based Twitter client? The Api for all the usual suspects (twitpic,
 yfrog, tweetphoto, etc) requires  passing of the user's Twitter username and
 password, but being an oauth client, I don't have the user's password
 available to me. How are other oauth based clients dealing with this? It
 seems my only option is building my own, but I'd rather hook into an
 existing service.


I have added Image upload facility to my app: http://tdash.org/

I am game for providing an OAuth based image upload API if other apps are
interested. (Esp non-browser / mobile apps).

I will be doing it anyway; contacting me now will probably help shape up the
API and my priorities.

Feel free to contact me off-list as well.

cheers,
-- 
Harshad RJ
http://hrj.wikidot.com


Re: [twitter-dev] Twitter Photo service for oauth clients

2009-12-06 Thread Dave Sherohman
On Sat, Dec 05, 2009 at 10:00:30PM -0800, Michael Steuer wrote:
 Are any of you aware of a photo service that allows picture uploads from 
 my oauth based Twitter client? The Api for all the usual suspects  
 (twitpic, yfrog, tweetphoto, etc) requires  passing of the user's  
 Twitter username and password, but being an oauth client, I don't have  
 the user's password available to me. How are other oauth based clients  
 dealing with this? It seems my only option is building my own, but I'd  
 rather hook into an existing service.

You're going to have to roll your own, I expect.  The Twitter API
doesn't currently support OAuth delegation, so a user wanting to use
your site to upload a photo to one third-party site and tweet about it
would have to authenticate twice, once from your site to the photo site
(to do the upload) and a second time from your site to Twitter (to send
the tweet, since it's not possible for the photo site to use the
credentials from their login on your site to tweet on their behalf).

Offhand, I do know of one site which takes OAuth logins and accepts
photo uploads, but:
a) It's a fishing niche site, so non-fishing photos wouldn't be entirely
   welcome there,
b) it does not provide an API, OAuth-based or otherwise, and
c) I had to write it myself.

-- 
Dave Sherohman


Re: [twitter-dev] Twitter Photo service for oauth clients

2009-12-06 Thread Harshad RJ
Well for an oauth token to be used, the API would need the consumer key as
well. Would applications share their consumer key with the photo service?

On Sun, Dec 6, 2009 at 11:30 AM, Michael Steuer mste...@gmail.com wrote:

 Hi all,

 Are any of you aware of a photo service that allows picture uploads from my
 oauth based Twitter client? The Api for all the usual suspects (twitpic,
 yfrog, tweetphoto, etc) requires  passing of the user's Twitter username and
 password, but being an oauth client, I don't have the user's password
 available to me. How are other oauth based clients dealing with this? It
 seems my only option is building my own, but I'd rather hook into an
 existing service.

 Looking forward to your feedback!

 Thanks,

 Michael





-- 
Harshad RJ
http://hrj.wikidot.com


[twitter-dev] Twitter Photo service for oauth clients

2009-12-05 Thread Michael Steuer

Hi all,

Are any of you aware of a photo service that allows picture uploads  
from my oauth based Twitter client? The Api for all the usual suspects  
(twitpic, yfrog, tweetphoto, etc) requires  passing of the user's  
Twitter username and password, but being an oauth client, I don't have  
the user's password available to me. How are other oauth based clients  
dealing with this? It seems my only option is building my own, but I'd  
rather hook into an existing service.


Looking forward to your feedback!

Thanks,

Michael