Computer Science, asked by muskanmaheshwari, 7 months ago

10. What header does Twitter use to tell you how many more API requests you can make before you will be rate
limited?
X-rate-limit-remaining
content-type
X-request-count-down
X-max-requests​

Answers

Answered by mat1030
0

Answer:

Use the HTTP headers in order to understand where the application is at for a given rate limit, on the method that was just utilized. Note that the HTTP headers are contextual. When using app-only auth, they indicate the rate limit for the application context.

Similar questions