feat: use standalone Twitter OAuth provider instead of goth (#2632)

This commit is contained in:
LiusCraft
2024-01-20 21:49:02 +08:00
committed by GitHub
parent f4c873ffe6
commit de2932b5fb
3 changed files with 193 additions and 2 deletions

View File

@ -282,7 +282,7 @@ const authInfo = {
endpoint: "https://id.twitch.tv/oauth2/authorize",
},
Twitter: {
scope: "users.read",
scope: "users.read%20tweet.read",
endpoint: "https://twitter.com/i/oauth2/authorize",
},
Typetalk: {