I want to automatize the monitoring of some users of Withings products, like gathering informations (weight, heartbeats etc.) every x time.
For that purpose I tried to interact with the Withing API, using java (OAuth with a scribe class).
I tried the WithingsExample class and tried on my account. Everything goes well, I can access my data, but the problem is that I have to re-authenticate every time, which has no sense in my project since I try to automatize the data collect, my users wouldn't even access their account (I would manage it for them).
Is that possible to authenticate just one time, and then be able to retrieve data from my users several times ?