Hi velmurugan, Is it possible for you to use your AuthSub/OAuth tokens to determine which users are using Health? If you're linking accounts using AuthSub, you can verify that a token is still valid using the AuthSubTokenInfo interface, which is documented at the following address:
http://code.google.com/apis/accounts/docs/AuthSub.html#AuthSubTokenInfo With both OAuth or AuthSub, any access to a user's account will fail if their token has been revoked (i.e. they have unlinked their account). I'm not yet aware of a Google service that will return a list of linked accounts; however, I'm still looking into possibilities. Using the Apps Reporting API likely won't work since it's currently for Google Apps only (Gmail, Spreadsheets, Calendar). The purpose of this API is to allow businesses to track statistics about usage of their hosted Apps, and not for reporting about Google services in general. Paul On May 25, 11:42 pm, vel murugan <[email protected]> wrote: > Any update on this? > > > > On Sat, May 22, 2010 at 12:52 PM, vel murugan <[email protected]> wrote: > > Hi, > > > Anyone please help me to find the list of patients having the google health > > profile from our application.Its urgent. > > > thanks, > > velmurugan > > > 91c4221d88 > > 91c4221d88 -- 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.
