Pregunta

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?

¿Fue útil?

Solución 2

At the moment the jawbone api works fine ...

Otros consejos

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!

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top