anaconda
anaconda copied to clipboard
authorization URL
In anaconda/twitter.go: shouldn't ResourceOwnerAuthorizationURI: "https://api.twitter.com/oauth/authenticate" be set to "https://api.twitter.com/oauth/authorize" according to this: https://developer.twitter.com/en/docs/basics/authentication/overview/3-legged-oauth
Or is the assumption here that authorization has already been granted? Thanks