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.

77 questions
14
votes
2 answers

How do record audio from a bluetooth headset on the iPad/iPhone?

I can hear audio from bluetooth headsets on my iPad/iPhone, but I can't record audio in Applications from the headset. Even the sample "SpeakHere" application doesn't record audio from the headset. Is there a reason audio out works seamlessly but…
MikeN
  • 39,649
  • 47
  • 142
  • 222
4
votes
0 answers

How to exchange authorization code with access token? (AngularJS, OAUTH2.0)

I am currently trying to get explicit permission from the user via OAUTH2.0. The user is redirected to the UP authentication page where he enters his username and password if he hasn't logged in yet. Then I ask for permission on certain data (for…
Mark
  • 99
  • 5
3
votes
1 answer

How to perform waking up, after 80 seconds of light sleep began

I want to use UP3 for a very specific task, which I should be able to implement using API. I am trying to understand, is it possiblу to write a following application. Basing on https://jawbone.com/support/articles/000005231/tracking-sleep , the UP3…
ultrablox
  • 211
  • 3
  • 10
3
votes
1 answer

Jawbone UP API oAuth and Access Tokens

I have started digging into Jawbone's UP API today and everything seems to go fine throughout the authentication process. The problem is that, once I get an access token back, it's always the same token, it doesn't work in any of my requests, and I…
phatskat
  • 1,703
  • 15
  • 32
2
votes
3 answers

Fitness tracker with API for live hand movements

I'm trying to develop an app for a fitness tracker(can be any), which has an API to track the live hand movements (For every couple of seconds). To be specific, trying to find aggressive hand movements to track users who need help (like seizures,…
Anand
  • 8,341
  • 3
  • 48
  • 70
2
votes
1 answer

Cannot invoke initializer for type CGFloat with an argument list of type 'String'

I am making a bar chart from JBChart. I would like to change the chartData to String. please help me do it. here's the chartData code: var chartData = [1, 2, 3] Then I want to change it to a String from a UILabel from other view…
2
votes
1 answer

How can I get deep sleep from the Jawbone UP iOS SDK?

Re-posting from a direct apisupport contact. The UPSleep object you get by using the iOS SDK always has a value of 0 for the totalDeepSleep parameter. Using the official UP app i’ve verified that this is not the case.
RAY
  • 459
  • 3
  • 20
2
votes
1 answer

How to resolve "Error(s): Please enter a valid format for "Select"." when creating a Jawbone UP app?

When trying to create my application in the Jawbone developer portal, I get the following error message: I googled the error message and found this blog post, which says the issue is that my logo is too large. However, my image is under 4k, and the…
RAY
  • 459
  • 3
  • 20
2
votes
2 answers

Authentication Error When Trying to Access Jawbone API (RoR)

I am trying to access the Jawbone API in my Rails app using omniauth + jawbone. I have a button that initiates the OAuth login for the user and I create a user model for this user with a token and a refresh token on my database. (It seems like the…
2
votes
0 answers

Jawbone UP api iOS, can't authenticate on non root view

I'm making an app with the Jawbone UP API. The first root view controller is a tutorial about the app. I added the jawbone authentication code into the next view. But the web view is not showing. The web view is only showing when it is on the root…
Boike12
  • 23
  • 6
1
vote
2 answers

Streaming real-time data from Jawbone

Is there any way to see in one compact view details about the signals, taken from the Jawbone UP wristband in real-time? I am personally interested in detecting light, REM and deep sleep and have access in real-time while someone is…
1
vote
1 answer

For how many days back will jawbone support retrieving data from the rest api?

I would like to know for how many days back will Jawbone allow a user to retrieve his data. Is it for one month, one year or from the time he has actually connected the device and started recording the data?
1
vote
1 answer

Can we receive step data in the pub sub payload?

I can see in the payload JSON that the pubsub notification includes the events but is it also capable of sending the activity or sleep amounts (e.g steps or sleep minutes)?
1
vote
1 answer

How to Edit the Pub/Sub url after publishing the application

We published the wrong Pub/Sub url by mistake. How can we edit the Pub/Sub url after publishing the application?
Manav
  • 160
  • 8
1
vote
0 answers

Not able to connect with UP server APIs

I am a developer and trying to launch https://apigee.com/jawboneapi/console/UP but getting 404 in response for last three days. Can you pls help me resolve the above issue. thanks
ammeet
  • 21
  • 1
1
2 3 4 5 6