-
Notifications
You must be signed in to change notification settings - Fork 592
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
node-red-node-twitter API V1.1 problem to tweet #1000
Comments
Sorry for disturbing. I found your names on https://flows.nodered.org/node/node-red-node-twitter |
Thank you very much, your detailed explanation has indeed helped me a lot 👍 |
Is there are plan for a real fix? I can not tweet anything from my node-red bot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
Trying to send a tweet I get the error
"You currently have access to Twitter API v2 endpoints and limited v1.1 endpoints only. If you need access to this endpoint, you may need a different access level. You can learn more here: https://developer.twitter.com/en/docs/twitter-api/getting-started/about-twitter-api#v2-access-leve"
According to
https://twittercommunity.com/t/453-you-currently-have-essential-access-which-includes-access-to-twitter-api-v2-endpoints-only-if-you-need-access-to-this-endpoint-you-ll-need-to-apply-for-elevated-access-via-the-developer-portal-you-can-learn-more-here-https-developer-twitter-co/193001
it seems that API v1.1 can only be used to send Media now
To tweet: api V2
But in code the 1.1 seems to be used to tweet (with or without media)
node.twitterConfig.post("https://api.twitter.com/1.1/statuses/update.json",{},params).then(function(result) {
in node-red-node-twitter/27-twitter.js
The text was updated successfully, but these errors were encountered: