README.rdoc in simplificator-withings-0.2.4 vs README.rdoc in simplificator-withings-0.2.5
- old
+ new
@@ -16,10 +16,24 @@
As soon as you have user_id/public_key available you can either use User.info or User.new to create a User instance. While User.info
will make an API call to populate the attributes, User.new just requires user_id/public_key.
== TODO
-* Integration Test? But i don't want to share my credentials... Perhaps with a test account on withings?
+* Integration Test? But i don't want to share my credentials... Perhaps with a test account on withings? Solution from Withings support:
+ Hi,
+
+ The easiest is that you just create a regular account
+ (http://start.withings.com), associate it with one scale, then create a user
+ (like any regular customer).
+
+ Once this is done, the account is activated. You may then go to My
+ account/My scale and dissociate the scale, the account will stay opened.
+ That account may be used by who ever you think it should for test purposes
+ and will not be associated to a specific scale.
+
+ Thanks for your enquiry !
+
+ fred
== Remarks
* The gem is still under development and the API might change a bit.
* Authentication by user_id/public_key is only supported when the user has activated sharing.