Basically what I am trying to do is to login using basic authentication the first time, then to store the cookie I retrieve and use that to login for future requests - meaning that my users do not have to re-enter their passwords each time they make any request and I don't have to directly store user's passwords.
Cameron Kaiser wrote: > > I know this isn't officially supported, but understand that it should > > work (see http://twitter.pbwiki.com/API-Docs) - and I really have to > > be able to login with a cookie... > > That documentation is probably out of date. See > > http://apiwiki.twitter.com/REST+API+Documentation > > for the officially maintained page. > > You might want to be more specific about what you are trying to accomplish > with a cookie-based login. > > -- > ------------------------------------ personal: http://www.cameronkaiser.com/ > -- > Cameron Kaiser * Floodgap Systems * www.floodgap.com * [email protected] > -- "In God We Trust (All Others We Monitor)" > ----------------------------------
