0

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 received the error :

{"data":{},
 "meta":{"message":"Not Found",
         "time":1380614680,
         "error_type":"endpoint_error",
         "error_detail":"Unsupported API version: 1.0",
         "code":404}
}

What does this error mean and how do I fix it?

Martin Thoma
  • 124,992
  • 159
  • 614
  • 958
Hien Vu
  • 45
  • 1
  • 1
  • 7
  • I am tryin to integrate the Jawbone in my application. However after authentication the app is not redirecting to my page? What could be wrong with this ? – Amit Sep 08 '14 at 06:59

2 Answers2

1

I got the same problem so I ask to the support and here's the answer:

this error message is a little misleading, it actually means it wasn't able to identify your OAuth token

Did you forget to put the "Authorization: Bearer" in the http header? I didn't but i still got that error!

dom
  • 211
  • 2
  • 4
  • i contacted jawbone they answer : "seems that error will occur when using the incorrect access token" . now i'm checking my funcion again . – Hien Vu Oct 07 '13 at 00:59
  • please check your header . now i got the data from jawbone api – Hien Vu Oct 11 '13 at 08:57
-2

At the moment the jawbone api works fine ...

Hien Vu
  • 45
  • 1
  • 1
  • 7