Skip to content
Ozan Araz edited this page May 18, 2017 · 1 revision

When you are setting your applications make sure that timing is not set to per minute since Twitter might consider it to be a spam. If you do so you might end up with an error code of 261.

Corresponds with HTTP 403 — thrown when the application is restricted from POST, PUT, or DELETE actions. See How to appeal application suspension and other disciplinary actions .

If you are deploying it to a server such as a digitalocean droplet then you might want to use forever to schedule the app to run on a remote server.

Clone this wiki locally