You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: