Friday, April 10, 2009

Login Errors

Some people may have been getting "Invalid Password" errors incorrectly. This issue has been resolved. The twitter library used to verify your credentials used a POST request (i.e. think submitting a web form) instead of a GET request (i.e. think visiting a web page directly) to the verification page. Twitter made updates on Wednesday which prevented requests requiring GET format working under POST format. I wasn't aware the library was using the wrong format.

1 comment: