-
Notifications
You must be signed in to change notification settings - Fork 194
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
403 error when attempting to post #500
Comments
This often happens when a Twitter App isn't a member of a project. Head to your projects & apps overview page - if your app appears under "Standalone Apps" you'll need to create a project and assign the app to it |
Ah sorry - I'm not affiliated with this library but I'd just had that problem myself recently, was a bit of a shot in the dark! On closer inspection it looks like a basic authentication issue - what happens if you call |
No worries grateful for the help. Meanwhile, I think I don't have access to v1:
|
I am getting the same error when I try to upload Media. |
same error here |
Did you ever figure it out? Having the same issue here 😅 |
that makes two of us :( |
@cheskoxd my solution is here! |
Thanks!! |
Thanks @sir-kain I was also able to fix this issue simply by regenerating keys. |
Note: For questions about how to use an endpoint, or problems related to Twitter API than the lib itself, please use the GitHub Discussions instead of opening a new issue.
Trying to create a Twitter bot in Node.js. Getting a 403 error on the request.
here is the full error trace:
here is my client config:
and index.js
The text was updated successfully, but these errors were encountered: