-
Notifications
You must be signed in to change notification settings - Fork 38
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
Could not authenticate you. (Code 32) #48
Comments
same error here, did you find a solution? |
This is because you are probably using the Also make sure that you have "Elevated Access" with your Twitter API (by requesting it), so that you can Sign In via OAuth1. |
I've created a Twitter implementation for the v2.0, it uses the oauth2 package: |
Maybe create a PR @michelson I am not too familiar with the twitter details so help is much appreciate here |
how should this PR be designed in order to support both versions? maybe a TwitterV2 module? twitter_v2/folder? |
ideally avoid breaking changes, is this because of two different APIs? In that case, yeah, probably create a different module until we can deprecate the old one. Any idea about the deprecation from Twitter? What is the EOL of it? |
The V1 will not be deprecated AFAIK, so that a different module will be needed. |
Exactly. Quite a few endpoints are still v1 only (e.g update_profile) so a v2 package is preferable I think. |
Steps to Reproduce
I added all the config README into my project, but I get
Could not authenticate you. (Code 32)
error when I want to redirect to twitterActual Result
I do not know this PR #38 fix this or not, it has conflict and I think it is old. It should be noted, GitHub and google work.
The text was updated successfully, but these errors were encountered: