05-20-2024 20:28
05-20-2024 20:28
Can you explain me how to get user client secret and client id in order to call the oauth2/token and refresh token api which require the
Server apps must pass an Authorization header with theirBasic Token, which is their Client ID and Secret formatted like so:"Basic " + base64encode(client_id + ":" + client_secret).
I need to capture user's fitbit data through my mobile app and backend server, for my app to access which type of application type should I choose ?
If server side - how to get the client secret and client id ?
05-21-2024 17:48
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.