Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add Twitter API rate limiting information

...

All message bodies utilize objects provided by the Twitter4J API.

Use cases

Info
iconfalse
titleAPI Rate Limits

Twitter REST APIs encapsulated by Twitter4J are subjected to API Rate Limiting. You can find the per method limits in the API Rate Limits documentation. Note that endpoints/resources not listed in that page are default to 15 requests per allotted user per window.

To create a status update within your Twitter profile, send this producer a String body.

...