0
votes

I've been searching through the developer documentation but couldn't found any clue.

Usually there are 2 endpoints provided:

  • Authorization endpoint, showing login UI and consent screen and provided authorization code.
  • Token endpoint, to exchange authorization code provided by Authorization endpoint into access token.

Anyone know what those 2 endpoints?

1

1 Answers

1
votes

No. Looks like they support oauth2 for client credentials grant only (i.e. application with only). Any user flows seem to be oauth 1?

3-legged, etc.

https://developer.twitter.com/en/docs/basics/authentication/api-reference/token.html