Added calories

This commit is contained in:
Justin Foell
2021-04-30 13:15:16 -05:00
parent d0d12d25e6
commit c90d5c6d28
6 changed files with 55 additions and 3 deletions
+1 -1
View File
@@ -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
);