Recently I found the response body is empty (Content-Length == 0) when I called the end point of “rate_limit_status” with an invalid token. However in the past, I can get the response body like below:

{“errors”:[{“code”:89,“message”:“Invalid or expired token.”}]}

I need the error code 89 to do some further process. But now I can’t get it. Is it a new change from Twitter API?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.