Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

This article pertains to: LEGACY API (V1) INFORM (V2)

Why am I unable to connect my Fitbit account to my App Marketplace when I only wanted to authorize my app to access my Fitbit device/settings and activity/exercise data?

How does a user’s authorization of certain types of data on the Fitbit OAuth page affect what information is made available through the API?

The Fitbit authorization page allows the user to pick particular data points (scopes) to allow access to through Validic. A user may choose to share ONLY certain scopes, but we do recommend your review of the outline below on specific scopes that are required to properly establish the connection as well as what data is available based on the scopes allowed by a user. If users do not select the appropriate scopes, you will not receive any data even though the user shows as connected.
 



Please note that unlike the old version that they had, ALL SCOPES are unchecked. A new selection, "Allow All" Scope will check all scopes displayed on the Fitbit Auth page.

The user's choices on which data points are shared would have the following effects:

  • Validic requires that AT LEAST the “profile” and “Fitbit Devices and Settings” scopes are allowed (this establishes the user’s timezone, OAuth identify for correct mapping, and frequency of data pull)

  • Depending on what scopes the user selects, certain data may not be captured by Validic.

    • ​If a user does not authorize Profile, no data will be captured.

    • If a user does not authorize Food and Water Logs, no Nutrition record will be written.

    • If a user does not authorize Activity and Exercise, no Summary data or Workout activities will be captured.

    • If a user does not authorize Weight, no Measurement records will be written.

    • If a user does not authorize Sleep, no Sleep records will be written.

    • If a user does not authorize Fitbit Devices and Settings, data will not be retrieved in realtime

    • If a user does not authorize Heart rate, no Measurement or Summary records will be written and heart rate fields in Workout records will not be included.

  • No labels