ChimeraCoder / anaconda

A Go client library for the Twitter 1.1 API
MIT License
1.14k stars 247 forks source link

authorization URL #265

Open ikenne opened 5 years ago

ikenne commented 5 years ago

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