mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
16 lines
454 B
YAML
16 lines
454 B
YAML
fitbit:
|
|
# Get client ID and Secret, register an app here: https://dev.fitbit.com/apps
|
|
clientId: '%env(FITBIT_CLIENT_ID)%'
|
|
clientSecret: '%env(FITBIT_CLIENT_SECRET)%'
|
|
# For available scopes, see here: https://dev.fitbit.com/build/reference/web-api/oauth2/#scope
|
|
scopes:
|
|
- activity
|
|
- heartrate
|
|
- location
|
|
- nutrition
|
|
- profile
|
|
- settings
|
|
- sleep
|
|
- social
|
|
- weight
|