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
0
votes
1 answer

Oauth access_token with node.js and jawbone-up NPM

UPDATED: following feedback from Remus below. I can successfully authorize my web application and get back an access_token and refresh_token. I'm using the nice Grant NPM (or is that really grant-express?) to get authenticated (thanks to author…
Colin
  • 930
  • 3
  • 19
  • 42
0
votes
1 answer

NPM Grant OAuth Middleware "invalid_redirect" error

I have been trying to use this elegant looking package to authenticate with Jawbone API. But I keep getting this error - I have configured my "app" with the Jawbone API service to use these Redirect URIs - My config file looks like this…
Colin
  • 930
  • 3
  • 19
  • 42
0
votes
2 answers

Jawbone API OAuth access_token handling with node.js (express & passport)

Has anyone successfully navigated Jawbone's OAuth2.0 authentication for their REST API? I am unable to figure out how to access and send the authorization_code in order to obtain the access_token (steps 4 & 5 in the Jawbone API Authorization…
Colin
  • 930
  • 3
  • 19
  • 42
0
votes
2 answers

How to Create Gson Object model from Jawbone response

I am using Jawbone SDK https://github.com/Jawbone/UPPlatform_Android_SDK and would liken to parse this response into Gson https://jawbone.com/up/developer/endpoints/trends How can I create Gson object for this response? { “meta”: { …
Riddhish.Chaudhari
  • 833
  • 1
  • 8
  • 24
0
votes
1 answer

Automatically input username and password for OAuth

I am running a research project where we create the participant's Jawbone accounts. I am writing a piece of program that captures all of the participants' step counts. I am wondering how I can feed the username and password without having this page…
andyjslee
  • 589
  • 2
  • 5
  • 15
0
votes
1 answer

Jawbone Moves not getting pulled in background refresh

I have been using https://github.com/Jawbone/UPPlatform_iOS_SDK for a while now and getting the user's daily steps. I wanted to pull data from the Jawbone API when the app is in background state. I have followed this tutorial :…
Omkar Jadhav
  • 1,046
  • 3
  • 16
  • 41
0
votes
1 answer

Jawbone API results not as expected

I am querying Jawbone API for up with following HTTP request : https://jawbone.com/nudge/api/v.1.0/users/@me/moves?start_time=1368392836&end_time=1399928836 I started using UP24 in March, 2014 and with above request, I get data for March and April…
0
votes
1 answer

Using OAuth2.o protocol python for social authentication

How can i authenticate a user from python using OAuth2.0 to a social app. I have to connect to jawbone api.
slaveCoder
  • 519
  • 2
  • 17
  • 46
0
votes
1 answer

Jawbone API authentication using python

How can i authenticate a user from python for Jawbone UP.With valid credentials is it possible to authenticate from python
slaveCoder
  • 519
  • 2
  • 17
  • 46
0
votes
2 answers

What does the Jawbone endpoint_error "Not found" mean and how do I fix it?

I'm working on jawbone, I got the token accesstoken refreshtoken When I try to get the basic information on the url : https://jawbone.com/nudge/api/v.1.0/users/@me follow the jawbone api : https://jawbone.com/up/developer/endpoints/user I…
Hien Vu
  • 45
  • 1
  • 1
  • 7
-1
votes
1 answer

Calculation of Food Score in Jawbone App

how is the "Food Score" number - shown in the Jawbone App - be calculated; thank you very much in advance for your help; Best Regards Rudolf
-1
votes
1 answer

Jawbone Create Meal/MealType

I'm trying to log Meal Entry using Jawbone API. In API documentation described sub_type parameter which is responsible for Meal Type (breakfast/lunch/dinner). However it looks like this parameter doesn't control anything and everything is controlled…
-1
votes
1 answer

Retrieve lost data from my jawbone up3

I accidentally deleted my Jawbone UP app, I had 2, one being old from my Up24 and I recently realized it was only taking up space as an unused app but I accidentally deleted the new app I currently use for my up3. Only different when it shows app…
-1
votes
2 answers

Get real time heart rate data from Jawbone UP3 device using BluetoothGatt

I have used BluetoothGatt sample app from Android samples app. Now, my requirement is to access heart rate data from UP3 device using BluetoothGatt connection. Sample app have already declared UUID for heart rate measurement characteristic. UP3…
aquib
  • 194
  • 2
  • 13
-1
votes
1 answer

Jawbone / fitbit wearables protocol

I'm experiencing issues in finding protocol specification on how to interact with fitbit/jawbone bracelets. Actually the main thing I need, is to detect if a user has pressed the button on it and react somehow on either android device or ios device.