Android Question html code for Jawbone - Meals

NeverGiveUp2

Member
Licensed User
Longtime User
Hi everybody,

i have a problem to send a html - code to the Jawbone-Server.

This is what i have to send:

B4X:
GET <a href="https://jawbone.com/nudge/api/v.1.1/users/@me/meals?
start_time=1383289200">https://jawbone.com/nudge/api/v.1.1/users@me/meals?
start_time=1383289200</a> HTTP/1.1
Host: jawbone.com

And i don't know what value this timestamp is? start_time=1383289200
Is it a long-value?

at first i want to use the get with the date:

Date, formatted as YYYYMMDD. If omitted, returns the information for today.

B4X:
GET <a href="https://jawbone.com/nudge/api/v.1.1/users/@me/meals?
date=20150308">https://jawbone.com/nudge/api/v.1.1/users/@me/meals?
date=20150308</a> HTTP/1.1
Host: jawbone.com

Link to infos: https://jawbone.com/up/developer/endpoints/meals

By the way, i have the right way to access the server.

Later i will send the hole code as a tutorial here in the comunity.

Thanks a lot for your help.
 
Top