Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Commit

Permalink
Add nutrition to default scopes (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
javaongsan authored and djchen committed Jun 8, 2017
1 parent 956b3cc commit 4d69a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider/Fitbit.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function getResourceOwnerDetailsUrl(AccessToken $token)
*/
protected function getDefaultScopes()
{
return ['activity', 'heartrate', 'location', 'profile', 'settings', 'sleep', 'social', 'weight'];
return ['activity', 'heartrate', 'location', 'profile', 'settings', 'sleep', 'social', 'weight', 'nutrition'];
}

/**
Expand Down

0 comments on commit 4d69a2a

Please sign in to comment.