We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4bb1e3 commit 298c46fCopy full SHA for 298c46f
README.md
@@ -657,9 +657,9 @@ Please note:
657
658
```js
659
const config = {
660
- clientId: 'your-client-id-generated-by-uber',
+ clientId: 'your-client-id-generated-by-fitbit',
661
clientSecret: 'your-client-secret-generated-by-fitbit',
662
- redirectUrl: 'com.whatever.url.you.configured.in.uber.oauth://redirect', //note: path is required
+ redirectUrl: 'com.whatever.url.you.configured.in.fitbit.oauth://redirect', //note: path is required
663
scopes: ['activity', 'sleep'],
664
serviceConfiguration: {
665
authorizationEndpoint: 'https://www.fitbit.com/oauth2/authorize',
0 commit comments