开发者

Why does the OAuth Unauthorized Error (401) happen?

开发者 https://www.devze.com 2023-01-03 11:08 出处:网络
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.

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开发者_JAVA技巧 can this be fixed or prevented?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消