I'm working on jawbone, I got the token
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?
At the moment the jawbone api works fine ...