Re: [twitter-dev] Basic Auth

2010-09-01 Thread Marc Mims
* Cradash rand...@gmail.com [100901 06:40]:
 We have been getting a {errors:[{code:53,message:Basic
 authentication is not supported}]} error on our feeds for the last 15
 or so hours, our feeds tweet at most 5 times an hour but have become
 inactive because of this error. We are using Jtwitter and have not had
 an isssue with this untill half-a day ago.

I've been seeing this message for suspended users.  See my most recent
post in this thread:
http://groups.google.com/group/twitter-development-talk/browse_thread/thread/356faad144d2c336/ebf4a20b2dd1a16c?lnk=gstq=error+change#ebf4a20b2dd1a16c

Here's a shortened URL:
http://is.gd/eONAH

An unauthenticated call to users/show for that user may tell you what
the real problem is.

-Marc

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk?hl=en


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 seems to be down right now - Last 10 minutes

2010-02-01 Thread Cameron Kaiser
 Looks like basic auth is down.
 
 Anyone else seeing lots of login failures?

Yes, I'm getting no responses.

-- 
 personal: http://www.cameronkaiser.com/ --
  Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckai...@floodgap.com
-- Had this been an actual emergency, we would have fled already. -


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  
--


Re: [twitter-dev] Basic Auth : Could not authenticate you strange issue

2009-12-03 Thread Peter Denton
Are you using other apps or alternate account credentials? i.e. have you
checked for a cookie conflict?

On Thu, Dec 3, 2009 at 10:22 AM, jaybenoit jayson.g.ben...@gmail.comwrote:

 I am experiencing an issue with our app, that uses Basic Auth, where
 periodically it can not authenticate the user when trying to perform
 any API calls for fucntions that require authentication.

 My code has been working for several months and now this seemed to
 start happening mid to late November.

 It is really weird because it works half the time and the then can not
 authenticate the other half. It is not a rate limitation as I have
 already checked that to make sure. Has anybody else had this issue
 occur? Is there some other type of limitation that I am not possibly
 aware of that would send back the Could Not Authenticate you error
 even when we are sending the correct login and password?

 Any help would be appreciated.