views:

200

answers:

0

I want to include personal health record of the users in our app and need to connect to google health.

I have looked at the version-2 of the alpha release for gdata java client code but the example shown for picasa is not so helpful for google health. Thats because the Picasa class has a authentication token but Health class does not.

So is there another way to access the Google Health or is there an example which describes how to do it?

I saw the AuthSub and OAuth mechanisms but I might not have got it right. They ask for a domain name for getting certificate but thats not the point here as we are doing it from an installed application.

Can someone please point me in the right direction.

Thank you.