views:

287

answers:

1

Sometimes an Twitter OAuth is successfully executed, but an unauthorized error is thrown. I get about 50 of these on a daily basis. It is worrying, because I have no idea how that might be reproduced.

What are the different cases where this error happens, and how can this be fixed or prevented?

A: 

Twitter has been having a lot of issues lately, also I have noticed to ensure good pass through i use HTTPS, and ensure my domain is api.twitter.com

and that remote path is using the /1/ prefix example: /1/statuses/update.xml

Darxval