Hi All 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...
I am developing with php and curl - http authentication works fine and I get a cookie when I set CURLOPT_COOKIEJAR so that does not seem to be the problem. However when I try to authenticate without setting CURLOPT_USERPWD and rather by simply setting CURLOPT_COOKIEFILE I get a 'Could not authenticate you.' error. Could anyone help with this? Has this functionality recently been disabled? Thanks.
