Node-RED nodes that gets an access token from Fitbit. This node supports OAuth2.
Run the following command in the root directory of your Node-RED install
$ git clone https://github.com/mallowlabs/node-red-contrib-fitbit-token.git
$ cd node-red-contrib-fitbit-token
$ npm link
Get an access token of Fitbit API.
You can get Fitbit API access token in msg.payload.access_token
.
Specify the callback URL:
http(s)://YOUR_NODERED_HOST/fitbit-credentials/auth/callback
This project is forked form node-red/node-red-web-nodes (Apache License Version 2.0 by IBM).