Re: [twitter-dev] Basic Auth

2010-09-01 Thread Marc Mims
* Cradash [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

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

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 ha

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 act

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 su

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 d

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

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

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.

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 wrote: > I am experiencing an issue with our app, that uses Basic Auth, where > periodically it can not authenticate the user when trying to perform >