Replies: 1 comment
-
Hello, The client can't decide which token should be used for a single request, and this can create situations where a single client returns different results depending on when it's used (app-only tokens and client tokens sometimes leads to different payload results). Plus, deciding those kind of things depending on rate limit cached information is not a good idea, because by nature, app-only token shares rate limits with every client associated with the application (so, possible other machines using the token). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was asking about rate limits on the Twitter dev forums and someone suggested this:
Would it be feasible to instantiate a client with both kinds of tokens and have this library automatically switch from one to the other when rate limits are being hit?
Beta Was this translation helpful? Give feedback.
All reactions