Questions tagged [withings]

Withings is a company that makes hardware and software to track body metrics and health statistics. The Withings API allows developers to access a user’s stored data.

API Documentation and access registration is located at the Withings Developer Center.

47 questions
1
vote
1 answer

Oauth signature failed for withings API

I am working to integrate my application with the Withings api with spring rest template. But,while generating the Oauth signature I am getting the "Invalid signature". I am trying to devise a signature according to the API specification but I am…
Karthik
  • 470
  • 8
  • 25
1
vote
1 answer

Withings Web API call signature issue?

So I generate URL same as what we get from withings developer site. However I get {“status”:342}. I am using java and using below for oauth nonce, timestamp and oauth signature But when I replace these 3 values from what I get from withings…
bindas45
  • 41
  • 1
  • 6
1
vote
1 answer

Withings API Status Code 2555

I'm trying to integrate Withings with a rails apps. I'm using an Omniauth provider someone wrote called omniauth-withings. I was able to configure the provider to allow me to visit /auth/withings which redirects to the Withings authorization page.…
randomperson25
  • 175
  • 2
  • 4
  • 16
1
vote
1 answer

how to authentificate through withings api using sribe in java

I use scribe librabry for java , that's a library that simplificate oAuth procedure. I try to write a code for authenticate me in the withings api with java with scribe but i have always the same problem : "Invalide Token". I don't know what to…
1
vote
1 answer

Reading Withings API ruby

I have been trying for days to pull down activity data from the Withings API using the OAuth Ruby gem. Regardless of what method I try I consistently get back a 503 error response (not enough params) even though I copied the example URI from the…
tomasbasham
  • 1,695
  • 2
  • 18
  • 37
1
vote
1 answer

how to retrive access tokens from oauth for withings in c#?

I an new in dotnet and i want to retrive access tokens from oauth i have api key and secret but when i creat final url to be hit to retrive tokens it response (The remote server returned an error: (500) Internal Server Error.) My final url is…
Aqib Shehzad
  • 79
  • 1
  • 8
1
vote
0 answers

how to start with Withings API in grails project

I went through some of the documents of the Withings API reference url and I registered my application here, even though I don't got any basic idea on how to start with this API like, how to find user's detail? who will approve our application and…
1
vote
1 answer

getting userinformation after successful redirection from withings using withings example code

I have successful redirection(callback url) from withings using withings example…
Deenadhayalan Manoharan
  • 5,436
  • 14
  • 30
  • 50
1
vote
1 answer

Withings: getting oauth_callback to.. call back?

Im working with the withings oauth implementation in hopes of retrieving stored values from scales. I can get the request token which I send back in hopes of getting the userid and the oauth_verifier passed back to my application. What is happening…
ethrbunny
  • 10,379
  • 9
  • 69
  • 131
0
votes
0 answers

PostGIS 3, ST_DWithin Query - "lwgeom_distance_spheroid returned negative!" by changing third arg? Postgres 11, Ubuntu 20.04

The unexpected error: lwgeom_distance_spheroid returned negative! By making a tiny change in the third argument (distance) to ST_DWithin, we get an error in one version but not another. In other words, by changing the distance by a tiny fraction: …
iJames
  • 640
  • 1
  • 7
  • 16
0
votes
1 answer

Withings API Body Sample

I'm trying to get data back from this Withings endpoint: https://developer.withings.com/api-reference/#operation/measure-getmeas But every combination of things I've tried simply returns: status body error 503 Invalid Params This is the…
SORoss
  • 157
  • 1
  • 1
  • 10
0
votes
1 answer

How to adjust my data.frame to value/second?

I have to do some analysis on the heart-rate (HR) measurement values of a device. Howver, this device gives a very odd output of HR/second. There is a column called 'duration' of how many seconds a certain HR was measured for, than in the same row…
GZM97
  • 13
  • 4
0
votes
1 answer

How to convert a column to a 'Time' value for all tibbles in a list?

I hope the following problem is not too trivial. I am kind of new to R, so I really appreciate help and advice! I have a data.list with data.frames in the form ot tibbles. Previously I worked with the data.frames on their own. The data.frames that…
GZM97
  • 13
  • 4
0
votes
1 answer

Unable to click on an element using codeceptjs

enter image description hereI have tried below approaches to click on an element but unable to click and always click in the background of the page:- Using css: submitButtonEnabled: { css: 'button.button--enabled[type="submit"]'…
0
votes
1 answer

How to read data from response body with HTTPclient Get method?

I have tried but dont know how to read data from API response. I was able to get 200 status code but I can't figure out how to get actualdata. I am trying to get data from Withings API…
intspdev
  • 1
  • 3