-
Notifications
You must be signed in to change notification settings - Fork 80
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
Use Twitter API v2 #195
Comments
I'd very much appreciate any help with upgrading, as much as I wish I could, I can't devote much time to twitter-together right now |
Thanks for the response. I am considering submitting a PR with a drop-in replacement of the current Sound like a good approach? EDIT: After looking deeper, it seems not to be a simple drop in replacement and will require updating request endpoints and params. For now I won't be pursuing this as we found an account with v1 access. |
Adding a note here that moving to the v2 API will allow for using the |
Also adding a note that moving to a newer library should unlock the ability for alt text to be added to media (see #177 -- the current |
What happened?
Perhaps because of twitter deprecating it's v1 API for new twitter account applications, after creating a new tweet, the following error occurs.
What did you expect to happen?
For simple tweets, it should not need Elevated access.
What the problem might be
Support for
twitter-api-v2
node library or some fork oftwitter
that supports v2, rather thantwitter
(updated 5 years ago) which supports v1 only.The text was updated successfully, but these errors were encountered: