Re: [twitter-dev] Basic Auth deprecation August 16th?

2010-07-28 Thread Pascal Jürgens
http://countdowntooauth.com/


On Jul 29, 2010, at 1:22 AM, chinaski007 wrote:

> 
> Any word on if this is still planned?
> 
> Any further extensions?
> 
> Or is the drop-dead deadline still August 16th?



[twitter-dev] Basic Auth deprecation August 16th?

2010-07-28 Thread chinaski007

Any word on if this is still planned?

Any further extensions?

Or is the drop-dead deadline still August 16th?


[twitter-dev] basic auth deprecation and GFW

2010-06-03 Thread Scott Ballantyne
Hi,

I'm writing to express a little concern about the upcoming deprecation
of basic authentication.  I have developed several twitter api apps
and I understand the great advantages of using oauth for
authentication, but it has one major downfall that makes things
complicated here in china.  That downfall is that you need to actually
go to twitter.com in order to authenticate with the app.  Since
twitter is blocked in china, that is difficult.  Most twitter users in
china likely use an api proxy or some third party software and being
able to use basic auth makes it possible without a vpn to access the
twitter api.

In the same breath, I applaud the recent purchase of tweetie.  It is
the app of choice for people scaling the great firewall on the
iphone.  It has easy options to add an api proxy and it is widely
used.  I hope that with the deprecation of oauth, this app that I once
paid for will not suddenly become unuseable.

I appreciate all of your efforts.

thanks,
scott


Re: [twitter-dev] Basic Auth Deprecation

2010-04-13 Thread Taylor Singletary
Basic auto being turned off means just that..

Desktop clients can implement xAuth as an alternative, where you do a
one-time exchange of login and password for an OAuth access token and
continue from there signing your requests and doing things in the
OAuth way. You'd no longer, as a best practice and one that I would
stress in the upmost even on a desktop client, store the login and
password beyond the xAuth access token negotiation step. If the token
were revoked you would then query for the login and password again and
so on and so on and also and also.

Obtaining permission to use xAuth for desktop clients is as easy as
sending a well-identified and verbose note to a...@twitter.com.

Basic auth had a good run. It's nearly time to say goodnight.

Taylor



On Tuesday, April 13, 2010, Dean Collins  wrote:
> Just so I understand this, applications running on the desktop will still 
> work correct? Basic functionality is only being turned off for web apps 
> correct? It's not like desktop apps will have to start using oauth.
>
>
> Cheers,
>
> Dean
>
>
>
>
> -Original Message-
> From: twitter-development-talk@googlegroups.com 
> [mailto:twitter-development-t...@googlegroups.com] On Behalf Of Dewald 
> Pretorius
> Sent: Tuesday, April 13, 2010 7:31 PM
> To: Twitter Development Talk
> Subject: [twitter-dev] Re: Basic Auth Deprecation
>
> Could you please announce the hard turn off date somewhere on one of
> your Twitter blogs about a month ahead of time, so that we all have an
> official source to point our users to when we explain to them why
> we're converting everything over to OAuth?
>
> On Apr 13, 8:19 pm, Raffi Krikorian  wrote:
>> we have announced deprecation, and will hard turn off basic authentication
>> in june.  the exact date has not been set, but i presume it will be later in
>> the month.
>>
>> Is Basic Auth going to be deprecated (as in hard switched-off) in
>>
>> > June, or are you in June going to announce depracation, with the hard
>> > switch-off then coming a few months later?
>>
>> --
>> Raffi Krikorian
>> Twitter Platform Teamhttp://twitter.com/raffi
>
>
> --
> To unsubscribe, reply using "remove me" as the subject.
>

-- 
Taylor Singletary
Developer Advocate, Twitter
http://twitter.com/episod


Re: [twitter-dev] Basic Auth Deprecation

2010-04-13 Thread Raffi Krikorian
we have announced deprecation, and will hard turn off basic authentication
in june.  the exact date has not been set, but i presume it will be later in
the month.

Is Basic Auth going to be deprecated (as in hard switched-off) in
> June, or are you in June going to announce depracation, with the hard
> switch-off then coming a few months later?


-- 
Raffi Krikorian
Twitter Platform Team
http://twitter.com/raffi


-- 
To unsubscribe, reply using "remove me" as the subject.


[twitter-dev] Basic Auth Deprecation

2010-04-13 Thread Dewald Pretorius
Is Basic Auth going to be deprecated (as in hard switched-off) in
June, or are you in June going to announce depracation, with the hard
switch-off then coming a few months later?


-- 
To unsubscribe, reply using "remove me" as the subject.


Re: [twitter-dev] Basic Auth Deprecation in June

2010-01-13 Thread Cameron Kaiser
> Regarding Basic Auth Deprecation is June - would it be possible using
> OAuth to automate
> some users posts - for example - there are some applications that can
> automate a post in the future.
> 
> Could that still work in future?

There is going to be a browserless API, and that might serve such a 
purpose.

-- 
 personal: http://www.cameronkaiser.com/ --
  Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckai...@floodgap.com
-- FORTUNE: You have a magnetic personality. Avoid iron-based alloys. -


[twitter-dev] Basic Auth Deprecation in June

2010-01-13 Thread twittme_mobi
Hello ,

Regarding Basic Auth Deprecation is June - would it be possible using
OAuth to automate
some users posts - for example - there are some applications that can
automate a post in the future.

Could that still work in future?

Thanks.


Re: [twitter-dev] Basic Auth deprecation coming

2009-12-09 Thread Raffi Krikorian
Yup - there will be both a web based sandbox, and a command line tool  
that operates in a way similar to curl, but will do oauth for you.  
Both are there to help developers experiment.




On Dec 9, 2009, at 7:57 AM, Cameron Kaiser  wrote:


With Basic Auth deprecation coming in June 2010, will developers have
a "sand box" way to use Basic Auth?  I mean, it's handy to develop  
and

understand code with Basic Auth, and then cut it over to oAuth. Any
ideas?


It is my understanding that a sandbox idea is being conceived of.

--
 personal: http://www.cameronkaiser.com/ 
 --

 Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckai...@floodgap.com
-- UNHOLY UNION: Heavy Metal and Electronics -> Twisted Trans Sister  
--


Re: [twitter-dev] Basic Auth deprecation coming

2009-12-09 Thread Cameron Kaiser
> With Basic Auth deprecation coming in June 2010, will developers have
> a "sand box" way to use Basic Auth?  I mean, it's handy to develop and
> understand code with Basic Auth, and then cut it over to oAuth. Any
> ideas?

It is my understanding that a sandbox idea is being conceived of.

-- 
 personal: http://www.cameronkaiser.com/ --
  Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckai...@floodgap.com
-- UNHOLY UNION: Heavy Metal and Electronics -> Twisted Trans Sister --


Re: [twitter-dev] Basic Auth deprecation coming

2009-12-09 Thread Michael Steuer
They can force oauth authentication for authenticated API calls. If  
the API stops looking at the HTTP_AUTH_USER to determine who the user  
is, basic auth has been deprecated...




On Dec 9, 2009, at 6:24 AM, "Dean Collins"  wrote:



How are they going to stop basic auth?

If a website already have the username/passwords doesn't that mean  
they

can log in on a users behalf until they change the password via the
twitter.com website?





Cheers,

Dean




-Original Message-
From: twitter-development-talk@googlegroups.com
[mailto:twitter-development-t...@googlegroups.com] On Behalf Of  
Patrick

Kennedy
Sent: Wednesday, December 09, 2009 9:12 AM
To: twitter-development-talk@googlegroups.com
Subject: [twitter-dev] Basic Auth deprecation coming

With Basic Auth deprecation coming in June 2010, will developers have
a "sand box" way to use Basic Auth?  I mean, it's handy to develop and
understand code with Basic Auth, and then cut it over to oAuth. Any
ideas?


RE: [twitter-dev] Basic Auth deprecation coming

2009-12-09 Thread Dean Collins

How are they going to stop basic auth?

If a website already have the username/passwords doesn't that mean they
can log in on a users behalf until they change the password via the
twitter.com website?

 

 

Cheers,

Dean

 


-Original Message-
From: twitter-development-talk@googlegroups.com
[mailto:twitter-development-t...@googlegroups.com] On Behalf Of Patrick
Kennedy
Sent: Wednesday, December 09, 2009 9:12 AM
To: twitter-development-talk@googlegroups.com
Subject: [twitter-dev] Basic Auth deprecation coming

With Basic Auth deprecation coming in June 2010, will developers have
a "sand box" way to use Basic Auth?  I mean, it's handy to develop and
understand code with Basic Auth, and then cut it over to oAuth. Any
ideas?


[twitter-dev] Basic Auth deprecation coming

2009-12-09 Thread Patrick Kennedy
With Basic Auth deprecation coming in June 2010, will developers have
a "sand box" way to use Basic Auth?  I mean, it's handy to develop and
understand code with Basic Auth, and then cut it over to oAuth. Any
ideas?