# Withings API Credentials
# Get these from: https://developer.withings.com/dashboard/
WITHINGS_CLIENT_ID=your_client_id_here
WITHINGS_CLIENT_SECRET=your_client_secret_here
WITHINGS_REDIRECT_URI=http://localhost:8080/callback
# After OAuth authentication, store your tokens here:
WITHINGS_ACCESS_TOKEN=
WITHINGS_REFRESH_TOKEN=