Re: [twitter-dev] Re: basic authentication not supported error

2011-02-11 Thread Taylor Singletary
I haven't done much Flash coding -- I know there are a few approaches to coding in Flash and that there are OAuth libraries available. You might want to check out this library: http://code.google.com/p/oauth-as3/ Also, there's an AIR-based open source project called Spaz that you can look at,

Re: [twitter-dev] Re: Basic authentication

2010-05-21 Thread Fabien Penso
On Tue, May 18, 2010 at 1:23 AM, Rich rhyl...@gmail.com wrote: That argument is fine, except for one glaring issue... xAuth. I've seen plenty of iPhone clients for instance using xAuth but there is no good reason for them to be using xAuth as it's remarkably simple to use the oAuth workflow

Re: [twitter-dev] Re: Basic authentication

2010-05-20 Thread Lil Peck
On Tue, May 18, 2010 at 2:13 PM, Eric wetr...@gmail.com wrote: We are using the Streaming API and will only be using our own credentials.  Our experience with OAuth in other services has not been positive, so like TJ says huge hassle for no gain. Although I was able to finally adapt to Oauth

Re: [twitter-dev] Re: Basic authentication

2010-05-18 Thread TJ Luoma
On Tue, May 18, 2010 at 11:32 AM, Jef Poskanzer jef.poskan...@gmail.com wrote: For my command-line twitter applications there is no third party, just the end-user and twitter.  Basic Auth + https would be just fine for that. +1 I don't access anyone's account information except my own. This

Re: [twitter-dev] Re: Basic authentication

2010-05-18 Thread Abraham Williams
If you are only working with your own account have a look at: http://dev.twitter.com/pages/oauth_single_token Abraham On Tue, May 18, 2010 at 11:28, TJ Luoma luo...@gmail.com wrote: On Tue, May 18, 2010 at 11:32 AM, Jef Poskanzer jef.poskan...@gmail.com wrote: For my command-line twitter