We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7879d69 commit 4691c64Copy full SHA for 4691c64
src/Provider/Wrike.php
@@ -20,7 +20,7 @@ class Wrike extends AbstractProvider
20
*/
21
public function getBaseAuthorizationUrl()
22
{
23
- return 'https://www.wrike.com/oauth2/authorize';
+ return 'https://www.wrike.com/oauth2/authorize/v4';
24
}
25
26
/**
@@ -44,7 +44,7 @@ public function getBaseAccessTokenUrl(array $params)
44
45
public function getResourceOwnerDetailsUrl(AccessToken $token)
46
47
- return 'https://www.wrike.com/api/v3/contacts?me=true';
+ return 'https://www.wrike.com/api/v4/contacts?me=true';
48
49
50
0 commit comments