The Withings OAuth implementation is not perfect. This lib hides that.
Getting the token and token secret is outside the scope of this lib. You can use passport-withings to do that.
Please see withings-stream for an even higher abstraction.
Usage
var options = consumerKey: '...' consumerSecret: '...' token: '...' tokenSecret: '...' userid: '...' timeout: 10000 var withings = options
Install
$ npm install withings-request
License
MIT