Skip to content
Discussion options

You must be logged in to vote

By default, Client.get_users_tweets does not use OAuth 1.0a User Context to authenticate, so if you're passing an app-only bearer token, it's attempting to use that.

You need to pass False for user_auth or use an OAuth 2.0 Authorization Code Flow with PKCE access token.

For code block usage, see https://docs.github.com/en/github/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@Harmon758
Comment options

@dehueck
Comment options

@dehueck
Comment options

@dehueck
Comment options

@Harmon758
Comment options

Answer selected by Harmon758
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question This is a question Discussion This was converted/moved from/to a discussion
2 participants
Converted from issue

This discussion was converted from issue #2070 on February 19, 2023 20:06.