Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Fitbit App Architecture Layers

Hello,

 

I am planning the development of a fitbit mobile application. I am currently conceptualizing the framework before I can narrow down on all the moving parts. Could someone explain to me if I'm on the right track.

 

The Fitbit Web API will export data to my Microsoft Azure Cloud Data Base, where I can manipulate this data using my Hadoop Engine and than I will  export these computations to Microsft Azure App Service which will process the data on the mobile app? 

 

Does someone have a diagram of the interconnecting arhcitectures?

 

Thanks,

 

Mike

Best Answer
0 Votes
1 REPLY 1

Hi @SunsetRunner: Fitbit has a standard OAuth 2.0 web API. This means that your application will need to obtain consent from Fitbit users to access data on their behalf and then your application will need to request the data you desire.

Best Answer
0 Votes