Creating a new application on Twitter leads to the error "Exceeded the limit"

I am trying to create an application for my Twitter developer account. Everything went well for a while, but now when I create a new application, I get a "Speeding" error. I think this error is related to the API, but I am only creating a new application. Any idea why I can suffer from this problem?

+4
source share
2 answers

UPDATE: the error seems to be resolved. I was able to create an application.

The OP creates the application and sees this error in the web interface. The application is used to obtain the necessary OAuth credentials. Only after you have these credentials can you start using the API. Apparently, there is currently an error that is hampering the creation of applications. Twitter acknowledged the problem and is investigating: https://twittercommunity.com/t/does-not-allow-me-to-create-a-new-app/32528/9

The HTTP headers mentioned by DWRoelands are sent back when the API is actually used and exceeds the speed limits (as described in the document that it linked)

+2
source

You want to start here: REST API Speed ​​Limit

, . .

, Twitter, :

  • X-Rate-Limit-Limit:
  • X-Rate-Limit-Remaining: , 15-
  • X-Rate-Limit- Reset: , UTC

, , .

-1

Source: https://habr.com/ru/post/1527682/


All Articles