Results 3 comments of Felicia Cordeiro

Hi, I am receiving the exact same error. Have you been able to solve it?

No, when I start up the test app, I navigate to /. However, the callback: fitbitClient.getAccessToken(req, res, function (error, newToken) { console.log('never get here, but sure we should'); if(newToken) {...

If I put callback as /getStuff, then I end up at /getStuff with the error "TypeError: Cannot read property 'oauth_token_secret' of undefined." Since I am never getting to the callback...