twitter-lite icon indicating copy to clipboard operation
twitter-lite copied to clipboard

User auth without callback (desktop application), with oauth/authorize?

Open GeoffreyPlitt opened this issue 4 years ago • 0 comments

I have successfully done application-auth and user-auth with callback-url's. But can we do user-auth without callback-urls?

From https://developer.twitter.com/en/docs/basics/authentication/api-reference/authorize:

Allows a Consumer application to use an OAuth Request Token to request user authorization. This method fulfills Section 6.2 of the OAuth 1.0 authentication flow. Desktop applications must use this method (and cannot use GET oauth / authenticate).

Usage Note: An oauth_callback is never sent to this method, provide it to POST oauth / request_token instead.

Does this library this authorization pattern?

GeoffreyPlitt avatar Jun 16 '20 23:06 GeoffreyPlitt