We actually meet some troubles on posting tweets through the endpoint POST /2/tweets for a short period of time of some day during approximatively 30 minutes (note that it always happens in the end of afternoon/early evening (UTC+1)) because the Twitter API told us that we send too many requests. It starts to happen more and more frequently.
The errors are the following :

  • with v2, HTTP code 429, message “Too many requests”
  • with v1.1 (we recently migrated to v2), HTTP code 403 with “user is over daily status update limit” message

We do not understand these errors because :

Can you explain why we have these errors ?

Thank you by advance

1 Like

Please review the POST limit details from our announcement here. This may be the limit you are hitting.