06-03-2016 02:09
06-03-2016 02:09
I'm trying to make a web app using NodeJs to collect data from fitbit. I used passport-fitbit-oauth2 module to connect to fitbit api and log in. After authenticating, I can only store user's profile (name, id,birthday, token, refresh token). I have increased scope, but I don't know how to make API calls to get user's activities or friends.