Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extending character limit beyond 280 for Twitter Blue users with API v2 #119

Open
GitDani3l opened this issue Mar 21, 2023 · 1 comment
Open
Labels
bug Something isn't working

Comments

@GitDani3l
Copy link

Describe the bug
When using the Twitter API v2 to post tweets for Twitter Blue users, the API does not allow posting extended tweets beyond the standard 280-character limit.

To Reproduce
Steps to reproduce the behavior:

Authenticate with the Twitter API v2 as a Twitter Blue user.
Compose a tweet with more than 280 characters.
Attempt to post the tweet using the API v2.
Observe the error or unexpected behavior.

Expected behavior
As a Twitter Blue user, the API should allow posting tweets with an extended character limit (beyond 280 characters). The API should recognize the user's Twitter Blue status and accommodate the increased character limit accordingly.

Additional context
This issue affects developers who are trying to provide an enhanced experience for Twitter Blue users by supporting extended tweets in their applications. It would be helpful to have clear documentation or guidance on how to implement this functionality using the API v2.

@GitDani3l GitDani3l added the bug Something isn't working label Mar 21, 2023
@canerozden13
Copy link

At least, you can tell if this feature will be on the roadmap or not in the near future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants