mirror of
https://github.com/10h30/wp-strava.git
synced 2026-07-18 06:03:49 +09:00
Load API IDs in Settings constructor
Make sure auth token is correct for Client ID Add a one-time 404 auth_refresh and retry
This commit is contained in:
@@ -65,7 +65,7 @@ class WPStrava_AuthRefresh extends WPStrava_Auth {
|
||||
'client_id' => $client_id,
|
||||
'redirect_uri' => $this->get_redirect_param(),
|
||||
'approval_prompt' => 'auto',
|
||||
'scope' => 'read,activity:read',
|
||||
'scope' => 'activity:read,read',
|
||||
),
|
||||
$this->auth_url
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user