Time to live (auto-expiring) AuthSub/OAuth tokens:
http://code.google.com/apis/health/docs/2.0/developers_guide_protocol.html#AuthSubRequestToken

By using the new (optional) ttl parameter on the authsub or oauth
approval page, third parties can request a token that expires in a
specified amount of time.  This is useful for services that need to
push/pull data rarely and have no need for a long-lived token.

---

Category queries not include ORing operations
http://code.google.com/apis/health/docs/2.0/reference.html#CatQueries

This is useful for apps which query for multiple category names.
Queries can now be reduced to 1 request with this change. A few
examples:

The user's conditions OR medications
GET /-/medication%|condition

All conditions that are either named "Calf Pain" OR "Cough":
GET /-/condition/{http://schemas.google.com/health/item}Calf+Pain|
{http://schemas.google.com/health/item}Cough

---

Outgoing CCR validates against ccr.xsd.

-- added actor and CCRDataObjectID when necessary.
-- remove empty elements.


Eric
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Health Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/googlehealthdevelopers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to