Thanks but that official documentation doesn't really seem to help Basically what I want to be able to do is store the cookie that Twitter gives me when I first login using basic authentication, then in future use that cookie to login whenever I make an api call.
The idea is that I don't want to be storing the user's password but at the same time don't want to force them to re-enter their username/ password each time they refresh the page. I know that oauth is coming but unfortunately that won't work for what I'm trying to do. Thanks On Mar 8, 6:48 pm, Cameron Kaiser <[email protected]> wrote: > > I know this isn't officially supported, but understand that it should > > work (seehttp://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)" > ----------------------------------
