Skip to content

Commit f2cafaf

Browse files
authored
Update README.md
1 parent c443dda commit f2cafaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Every method of the API needs a valid token object with these properties:
6464
```
6565
var client = new FitbitClient(<YOUR_FITBIT_API_KEY>, <YOUR_FITBIT_API_SECRET>);
6666
var redirect_uri = 'http://redirect_uri_used_in_fitbit_app_website';
67-
var scope = [ 'activity', 'nutrition', 'profile', 'settings', 'sleep', 'social', 'weight' ];
67+
var scope = 'activity nutrition profile settings sleep social weight';
6868
6969
server.get('/auth/fitbit', function(req, res, next) {
7070

0 commit comments

Comments
 (0)