Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2697909
D25057.1734973893.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
1 KB
Referenced Files
None
Subscribers
None
D25057.1734973893.diff
View Options
diff --git a/src/applications/auth/adapter/PhutilTwitchAuthAdapter.php b/src/applications/auth/adapter/PhutilTwitchAuthAdapter.php
--- a/src/applications/auth/adapter/PhutilTwitchAuthAdapter.php
+++ b/src/applications/auth/adapter/PhutilTwitchAuthAdapter.php
@@ -14,7 +14,7 @@
}
public function getAccountID() {
- return $this->getOAuthAccountData('_id');
+ return $this->getOAuthAccountData('id');
}
public function getAccountEmail() {
@@ -22,11 +22,11 @@
}
public function getAccountName() {
- return $this->getOAuthAccountData('name');
+ return $this->getOAuthAccountData('login');
}
public function getAccountImageURI() {
- return $this->getOAuthAccountData('logo');
+ return $this->getOAuthAccountData('profile_image_url');
}
public function getAccountURI() {
@@ -42,11 +42,11 @@
}
protected function getAuthenticateBaseURI() {
- return 'https://api.twitch.tv/kraken/oauth2/authorize';
+ return 'https://id.twitch.tv/oauth2/authorize';
}
protected function getTokenBaseURI() {
- return 'https://api.twitch.tv/kraken/oauth2/token';
+ return 'https://id.twitch.tv/oauth2/token';
}
public function getScope() {
@@ -69,7 +69,7 @@
return id(new PhutilTwitchFuture())
->setClientID($this->getClientID())
->setAccessToken($this->getAccessToken())
- ->setRawTwitchQuery('user')
+ ->setRawTwitchQuery('users')
->resolve();
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Dec 23, 17:11 (18 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1027118
Default Alt Text
D25057.1734973893.diff (1 KB)
Attached To
Mode
D25057: updating twitch to latest api (Helix)
Attached
Detach File
Event Timeline
Log In to Comment