mirror of
https://github.com/10h30/wp-strava.git
synced 2026-07-17 21:53:54 +09:00
Added calories
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' => 'activity:read,read',
|
||||
'scope' => 'read,activity:read',
|
||||
),
|
||||
$this->auth_url
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user