Twitter API Change

December 13th, 2008

It was very helpful of the Twitter folks to change their API so that the verify_credentials methods gives a representation of the user on success.

It was not so helpful to stop returning “authorized”:true in the response because now my login method doesn’t work.

That will teach me to use the response code rather than the payload to verify login.

Leave a Reply