Charles Maheu

Results 5 comments of Charles Maheu

any update or workaround for this issue? Thank you

@magnific0 I still have the missing token error doing solution B.

@magnific0 I finally got it working manually using curl ([Nokia Help here](http://developer.withings.com/oauth2/#tag/OAuth-2.0%2Fpaths%2Fhttps%3A~1~1account.withings.com~1oauth2~1token%20%5Bgrant_type%3Dauthorization_code...%5D%2Fpost)) I never worked with Python before, but after a quick debug session the problem seems to come from...

@cristian5th I retrieved the accces token using curl and putted it in the config.ini file. The config file should look like this: `[garmin] username = _your_garmin_username_ password = _your_garmin_password_ [nokia]...

@cristian5th You have to use this method [here](http://developer.withings.com/oauth2/#tag/OAuth-2.0%2Fpaths%2Fhttps%3A~1~1account.withings.com~1oauth2~1token%20%5Bgrant_type%3Dauthorization_code...%5D%2Fpost)