Questions tagged [jawbone]

Jawbone's UP API allows you to harness the power of step, activity, food, and sleep tracking to build your own products and experiences. Go to developer.jawbone.com to read documentation and to create your application. Jawbone's API support team actively watches this tag.

The UP Platform documentation provides information related to establishing and maintaining an API connection with UP. The purpose of this API is to enable the exchange of select data in order to extend and augment the UP user experience and support complementary services. This can include data aggregation and visualization, gaming, marketing, rewards provisioning, and more.

76 questions
1
vote
0 answers

Jawbone tracking location (latitude/longitude) of logged sleep

Just was curious if any one could tell the reason of jawbone tracking the latitude and longitude of sleep logged
0
votes
0 answers

can't not get heart rate from jawbone up3 api

I am trying to get heart rate data with XML parse in PHP. My personal information, "Moves" and "Sleeps" can be GET without any problem. However, I can't get heart rate data that there is a 401 warning there: Moves are available as $url =…
0
votes
1 answer

Jawbone API - faulty node - Service Unavailable

It seems like the Jawbone API has a problem on one of its nodes. When calling the endpoints below sometimes requests succeed and sometimes fail with an "Service Unavailable" response. The requests are the same an I have tried the calls from…
Henk
  • 53
  • 6
0
votes
1 answer

How do I access the bioimpedence sensor data in Jawbone 3

According to Jawbone the bioimpedence sensor collects oxygen and respiration data. Can anyone point me to the right library in the api, as I'm having trouble finding it? Thanks Niki https://jawbone.com/blog/up3-advanced-multi-sensor-technology/
0
votes
1 answer

Issue : Connecting using OAuth to Jawbone from android app

We are using Jawbone API to pull data tracked using jawbone devices. Our users are successfully able to sign in when they access Jawbone sign in page during OAuth process from our website. However, they are not able to sign in when they access…
0
votes
0 answers

"Unable to decode" Error with Jawbone OAuth

I got the following error at the second step of Jawbone's OAuth flow (obtaining an access token via server-to-server POST request) { "error_description": "Unable to decode: 4/wCoR7RluPGtaJQXhhQToPoH9TqXHRzMBNpFj1mbWTxo", "error":…
Tizian Tizzy Adam
  • 131
  • 1
  • 1
  • 6
0
votes
0 answers

How to handle callback URLs in a Single Page Angular/Node.js Web App

I have a single page web app in Node.js/Express and Angular.js and I need to use the Jawbone API to retrieve fitness data. In order to use their API I need to be redirected to the Jawbone website to authenticate and provide a callback URL to receive…
CSharp
  • 1,396
  • 1
  • 18
  • 41
0
votes
1 answer

Subscription API data for multiple days?

When a user does not sync with Jawbone App for a few days, and then finally syncs on next day, how is the Push data sent ? I tried this and it only sent me a single update in the pushed data.…
0
votes
1 answer

Up rest feed data

Having to look to all the feed data in the phone harms people's necks. A more comfortable way to see and manipulate it is needed. I would like to do a web viewer to view the up application feed in a browser. However, I had a look at the REST API and…
0
votes
1 answer

Always get response 404

I have handled the process to get a valid access token; nevertheless, now I am stuck to get data from the server; I have checked the forum and other web pages, but I could not figure out what I am doing wrong; I am running the following Google…
0
votes
1 answer

Unsupported API version 1.1, unless called with an OAuth header

I am trying to use pub-sub method to subscribe to the events of a specific user. I am able to successfully authenticate the user but when I call the pub-sub url I get the following error. {"meta":{"error_detail":"Unsupported API version 1.1, unless…
0
votes
0 answers

Obtaining deep and REM sleep data from the Jawbone UP API?

I realize this may have been asked before but my previous comment/question was never answered :( Any update on Jawbone including REM sleep details in the sleep phases/ticks response? The Jawbone app shows all phases of sleep for a evening sleep…
Bob T
  • 318
  • 2
  • 8
0
votes
1 answer

Jawbone Create Application

I am creating an application on jawbone development portal, The problem I am facing is that when i click on 'Create Application' it gives me the error that 'Please enter a valid format for "Select"'. I tried uploading jpg and png formats for logo…
Ali Raza
  • 1
  • 1
0
votes
1 answer

Jawbone - Get a user's friends basic information from users endpoint

I want to be able to get basic information (same as endpoint /users/@me) from a list of friends that a user have. I know how to get user's friends list and I have the following result : {u'data': {u'items': [{u'xid': u'YRGHdmSbTA-ogFiDDnb-Mg'}, …
Gregor
  • 45
  • 6
0
votes
1 answer

Jawbone UP4.. getting the GSR values

How do i get the GSR (Galvanic Skin Response) and Respiration data? It appears that the information is just used by the band to calculate the other values returned by the API.. Can i get this data?