We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e81df8 commit dd5f5d8Copy full SHA for dd5f5d8
twitch/twitch.go
@@ -14,6 +14,6 @@ import (
14
// For more information see:
15
// https://dev.twitch.tv/docs/authentication
16
var Endpoint = oauth2.Endpoint{
17
- AuthURL: "https://api.twitch.tv/kraken/oauth2/authorize",
18
- TokenURL: "https://api.twitch.tv/kraken/oauth2/token",
+ AuthURL: "https://id.twitch.tv/oauth2/authorize",
+ TokenURL: "https://id.twitch.tv/oauth2/token",
19
}
0 commit comments