Also worth mentioning that you can use a number of tools or libraries to acquire those access tokens on your employee's behalf -- it doesn't have to be your desktop application.
My OAuth Dancer tool ( http://bit.ly/oauth-dancer ) is a very easy way to negotiate access tokens which you can then literally just store in your private-label application (both the oauth_token and the oauth_secret). Though there are even easier ways of accomplishing the same. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Wed, Mar 31, 2010 at 1:09 PM, BJ Weschke <[email protected]> wrote: > Use oauth to get an access token. Once you've gotten the access token by > the user approving the app to act on their behalf, that user need not be > authenticated again. You only need the access token that you got through the > original oAuth handshake. > > > On 3/31/2010 3:59 PM, Edward Caine wrote: > >> Hello all, >> >> I'm writing a desktop client for very specific people i.e. only the >> staff of my website - I'd like to be able to access the API using my >> app, which is registered, and for it to say "via LateMusic.org" under >> the tweet. >> >> What I don't want to do is have the user authenticate before typing >> the tweet - I just want them to be able to tweet. >> >> How do I do this using OAuth and PHP? >> >> Many thanks >> Edd >> >> >> >> > > > > -- > To unsubscribe, reply using "remove me" as the subject. >
