11-21-2019 20:49
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

11-21-2019 20:49
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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:)
Answered! Go to the Best Answer.
Accepted Solutions
11-21-2019 21:02
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


11-21-2019 21:02
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
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.
Gondwana Software
11-21-2019 21:02
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


11-21-2019 21:02
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
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.
Gondwana Software
11-23-2019 14:48
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

11-23-2019 14:48
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Sent from my iPhone

11-23-2019 14:57
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


11-23-2019 14:57
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
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.
Gondwana Software
11-25-2019 19:43
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

11-25-2019 19:43
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Thank you so much 🙂

