Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Rate Limit on oauth/request_token

ANSWERED

Recently users have been seeing 429 rate limiting on 

oauth/request_token which effects all users. Is this intended?

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

Is your app making Client Only calls to other endpoints?

 

The request_token and access_token endpoints do not affect your rate limit (ie it doesnt use up your quota). However if your client exceeds the Client Only rate limit through calling other endpoints, your client will be blocked from making (client only) requests to all endpoints (including the oauth endpoints).

View best answer in original post

Best Answer
0 Votes
6 REPLIES 6

Is your app making Client Only calls to other endpoints?

 

The request_token and access_token endpoints do not affect your rate limit (ie it doesnt use up your quota). However if your client exceeds the Client Only rate limit through calling other endpoints, your client will be blocked from making (client only) requests to all endpoints (including the oauth endpoints).

Best Answer
0 Votes

Thanks for the quick response! I will look into it and reply later!

Best Answer
0 Votes

I can't seem to find any culprit to this problem. It just started happening after months of no issues. Would it be possible to not rate limit on the OAuth 1.0a auth process? I do not make any client API calls... Would it be possible to just disable client api calls and not have thsi rate limit issue?

Thanks!

Best Answer
0 Votes

Please Private Message me your Consumer Key and I can track down which calls are being made as OAuth 1.0 Client Only call.

Best Answer
0 Votes

I got your PM with the consumer key. Your application has made several thousand client only API calls in the last 24 hours and most of those were not for /oauth/request_token or /oauth/access_token.

 

I'll send you more detailed info in a PM.

Best Answer
Thanks! Very helpful!
Best Answer
0 Votes