We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8730230 commit 963f69dCopy full SHA for 963f69d
1 file changed
api/provider/twitter.go
@@ -16,7 +16,7 @@ import (
16
17
const (
18
requestURL = "https://api.twitter.com/oauth/request_token"
19
- authorizeURL = "https://api.twitter.com/oauth/authorize"
+ authorizeURL = "https://api.twitter.com/oauth/authenticate"
20
tokenURL = "https://api.twitter.com/oauth/access_token"
21
endpointProfile = "https://api.twitter.com/1.1/account/verify_credentials.json"
22
)
0 commit comments