forked from remote/oauth2
twitch: Update APIs
This commit is contained in:
@@ -14,6 +14,6 @@ import (
|
|||||||
// For more information see:
|
// For more information see:
|
||||||
// https://dev.twitch.tv/docs/authentication
|
// https://dev.twitch.tv/docs/authentication
|
||||||
var Endpoint = oauth2.Endpoint{
|
var Endpoint = oauth2.Endpoint{
|
||||||
AuthURL: "https://api.twitch.tv/kraken/oauth2/authorize",
|
AuthURL: "https://id.twitch.tv/oauth2/authorize",
|
||||||
TokenURL: "https://api.twitch.tv/kraken/oauth2/token",
|
TokenURL: "https://id.twitch.tv/oauth2/token",
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user