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

Not working Oauth2 #28

Open
do4n opened this issue Mar 29, 2024 · 3 comments
Open

Not working Oauth2 #28

do4n opened this issue Mar 29, 2024 · 3 comments

Comments

@do4n
Copy link

do4n commented Mar 29, 2024

Endpoint: users/:id/bookmarks

Error:

RuntimeError: Error 403: {
  "title": "Unsupported Authentication",
  "detail": "Authenticating with OAuth 1.0a User Context is forbidden for this endpoint.  Supported authentication types are [OAuth 2.0 User Context].",
  "type": "https://api.twitter.com/2/problems/unsupported-authentication",
  "status": 403
}
@sferik
Copy link
Owner

sferik commented Mar 30, 2024

Are you using a Bearer token?

@do4n
Copy link
Author

do4n commented Mar 30, 2024

Yes, I have used the bearer_token in twitter portal

@sferik
Copy link
Owner

sferik commented May 9, 2024

I'll gladly accept a pull request that adds full OAuth 2.0 support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants