Skip to content

Commit 298c46f

Browse files
alexdunnekadikraman
authored andcommitted
Fix Using uber in fitbit config example (#248)
1 parent c4bb1e3 commit 298c46f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -657,9 +657,9 @@ Please note:
657657

658658
```js
659659
const config = {
660-
clientId: 'your-client-id-generated-by-uber',
660+
clientId: 'your-client-id-generated-by-fitbit',
661661
clientSecret: 'your-client-secret-generated-by-fitbit',
662-
redirectUrl: 'com.whatever.url.you.configured.in.uber.oauth://redirect', //note: path is required
662+
redirectUrl: 'com.whatever.url.you.configured.in.fitbit.oauth://redirect', //note: path is required
663663
scopes: ['activity', 'sleep'],
664664
serviceConfiguration: {
665665
authorizationEndpoint: 'https://www.fitbit.com/oauth2/authorize',

0 commit comments

Comments
 (0)