07-04-2017 21:57 - edited 07-04-2017 22:09
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

07-04-2017 21:57 - edited 07-04-2017 22:09
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi,
I am new to Fitbit API and browsing around. I have an application that has a JavaScript (Node JS) module and a C++ module. From JavaScript I am able to get the Access token for my application using OAuth2.
The Javascript / Node JS module only fetches the access token and refresh tokens. The core of my application is in C++. So I am thinking of passing my access token to C++ module. That way I can make Fitbit API requests from my C++ module.
Is it possible for the C++ module to make use of the Access token and make requests to Fitbit to get necessary data? If I can construct a HTTP request using my C++ module, will I be able to make requests through Fitbit API. I am unable to find any references to Fitbit API through C++.
I am looking for references and pointers on how to access Fitbit data from my C++ module. If something is not clear, please let me know. I will provide more details.
Thanks in advance!

