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

Support OAuth 1.0a User Context authentication method #81

Open
gabibianconi opened this issue Jul 21, 2023 · 2 comments
Open

Support OAuth 1.0a User Context authentication method #81

gabibianconi opened this issue Jul 21, 2023 · 2 comments

Comments

@gabibianconi
Copy link

OAuth 1.0a User Context authentication method is not supported

Expected behavior

OAuth 1.0a User Context authentication method is supported in order to be able to get timelines from a node.js app with no UI.

Actual behavior

OAuth 1.0a User Context authentication method is not supported so there is no way to get a user timeline from a node.js app (meaning no UI). Bearer authentication is not enough since it only allows to get public info, and OAuth 2.0 Authorization Code Flow requires a callback URL.

Steps to reproduce the behavior

  • Create a node.js app
  • Try to get a user timeline
@arch-fan
Copy link

arch-fan commented Aug 25, 2023

Wow, an official Twitter API Client!! Let's install it!
pnpm install twitter-api-sdk
I wanna auth the client, let's see how to
Mmmm... Bearer.... Let's check the issue cuz docsn't
Open issue on Jul 21 (still open) "Support OAuth 1.0a User Context authentication method"
pnpm uninstall twitter-api-sdk
pnpm install twitter-api-v2

@carlzoo
Copy link

carlzoo commented Oct 2, 2023

Have you tried client credentials?

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

4 participants
@carlzoo @gabibianconi @arch-fan and others