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

C# or PHP

ANSWERED

Hey

I need your opinion . I want to develop web application which take the heart rate from fitbit charge 2, so which easier and best choice ASP.NET with C# or PHP? Thank you so much:)

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

For Charge 2, you'll have to use the Web API (only). The most difficult bit is the oauth stuff. You may want to use a library for this. There's at least one for each of the languages you mentioned; see here. Have a look at each one and see which seems easier to integrate into your environment. You might also want to consider the state of maintenance of each library.

 

If you're able to do your own oauth stuff, then this consideration doesn't apply.

Peter McLennan
Gondwana Software

View best answer in original post

Best Answer
4 REPLIES 4

For Charge 2, you'll have to use the Web API (only). The most difficult bit is the oauth stuff. You may want to use a library for this. There's at least one for each of the languages you mentioned; see here. Have a look at each one and see which seems easier to integrate into your environment. You might also want to consider the state of maintenance of each library.

 

If you're able to do your own oauth stuff, then this consideration doesn't apply.

Peter McLennan
Gondwana Software
Best Answer
Thank you. Could you tell me how to check the maintenance of the library from your experience? Thank you so much 🙂

Sent from my iPhone
Best Answer
0 Votes

I'd have a look at the respective github (and related) pages to try to get a feel for it. The C# library seems to be somewhat between versions, so that could be a risk or an opportunity.

 

I use the php library, and it hasn't let me down yet. But my needs are humble.

Peter McLennan
Gondwana Software
Best Answer

Thank you so much 🙂

Best Answer
0 Votes