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?



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.


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 d...@cognation.net 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 ra...@twitter.com 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 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. -


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?


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 d...@cognation.net 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 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 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 spec...@floodgap.com 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  
--