I am trying to get heart rate data with XML parse in PHP.
My personal information, "Moves" and "Sleeps" can be GET without any problem. However, I can't get heart rate data that there is a 401 warning there: Moves are available as
$url = "https://jawbone.com/nudge/api/v.1.1/users/@me/moves?start_time=1383289200 "
However, heart rate is not available while I use url as follows:
https://jawbone.com/nudge/api/v.1.1/users/@me/heartrates
Is there anyone could help?