We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After logging in through OAuth, the request to https://api.twitter.com/2/users/me returns 403:
https://api.twitter.com/2/users/me
{ "response": { "title": "Unsupported Authentication", "detail": "Authenticating with OAuth 2.0 Application-Only is forbidden for this endpoint. Supported authentication types are [OAuth 1.0a User Context, OAuth 2.0 User Context].", "type": "https://api.twitter.com/2/problems/unsupported-authentication", "status": 403 }, "status": 403, "headers": {} }
https://github.com/twitterdev/bookmarks-search/blob/main/src/App.js#L131
The text was updated successfully, but these errors were encountered:
Ah, my app needed to be set up as a "Native app / Public client" in the dev console! Now it works. Might be good to note in the README
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
After logging in through OAuth, the request to
https://api.twitter.com/2/users/me
returns 403:https://github.com/twitterdev/bookmarks-search/blob/main/src/App.js#L131
The text was updated successfully, but these errors were encountered: