@episod,
I’m getting the 503 error when I read the HTTP response header that my mobile application receives after making a POST request with the help of the HTTP API in my mobile OS. I’m attempting to update the users status (via http://api.twitter.com/1/statuses/update.json?). I’ve tried again today and I’m getting the same result (I was getting the same error code and message when the My Access Token feature was down).
I’ve tried to recreate the Access Token using 3 different ways by
(1) - hitting the “Recreate my Access Token” button under the “Your Access Token section”.
(2) - resetting the consumer key and secret and creating a new Access Token (Access level - Read/Write).
(3) - creating a new application and updating my mobile app with the new Consumer & Token keys and secrets. (I’ve double checked the Access level as well - Read/Write).
I’ve updated my code and tried to make a request using the above ways and I’m getting the same error code+message each time I try one of them.
Thanks for your help!