Hi everyone,
I develop my android app.
I want to sync my workout data to fitbit account
fitbit api need below requirements
1. cant use webview
2. cant use native android browser ( fitbit api recommand chrome browser )
3. Oauth 2.0
fitbit api document can not let me know how should I do.
Anyone have sample code for android about auth. to fitbit?
Best Answer
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.
@lukeIEI wrote:
fitbit api need below requirements
1. cant use webview
2. cant use native android browser ( fitbit api recommand chrome browser )
3. Oauth 2.0
Your app must comply with Fitbit's requirement that you do not embed the authorization page or Fitbit will revoke your app credentials.
Best Answer