Hi Rajeev, You can revoke an AuthSub session token or OAuth access token using the AuthSubRevokeToken service:
http://code.google.com/apis/accounts/docs/AuthSub.html#AuthSubRevokeToken Paul On Dec 7, 4:11 am, Rajeev Roy <[email protected]> wrote: > Hi , > > thanks for reply. > I got the solution. I installed openSSLwin-32 for ".pem" file now it's > working and I can access data from user's profile. > > I have one more question. > How I will unlink user's profile from mysite and google heath account > when user clicks on my sites unlink button. > > Thanks, > > Rajeev Roy > > Wiantech,mumbai,India > > On Nov 29, 11:10 pm, Iris Sanchez Navarro <[email protected]> > wrote: > > > > > > > > > Rajiv, > > > How are things going? Do you have all your questions answered? > > > Iris > > > On Tue, Nov 23, 2010 at 8:08 PM, Paul (Google) <[email protected]> wrote: > > > Hi Rajeev, > > > > Since it sounds like you're running code on a server, you'll want to > > > authenticate the user using either AuthSub or OAuth. After the user > > > is authenticated using one of these methods, you'll have an access > > > token (the "session token" for AuthSub) that can be used until the > > > user chooses to invalid it. Store the access token on your sever, > > > securely, and re-use it whenever you want to access the user's > > > profile. > > > > The following page has information on choosing the appropriate > > > authentication method: > > > >http://code.google.com/apis/health/docs/2.0/developers_guide_protocol... > > > > I hope this helps! > > > > Paul (Google) > > > > On Nov 22, 2:35 am, Rajeev Roy <[email protected]> wrote: > > > > Hi , > > > > > I read google health doc for synchronize. but I have query that how do > > > > I sync it afterward when user is not logged in. > > > > > Once user will login. I got authentication but how I get data to > > > > synchronize when user is not logged in. > > > > I need to code for this is cron job. > > > > hope you understand I need urgent help. Please help. > > > > > Thanks, > > > > Rajeev Roy > > > > -- > > > 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]<googlehealthdevelopers% > > > [email protected]> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/googlehealthdevelopers?hl=en. > > > -- > > Iris Sánchez > > Program Manager > > Google | 76 Ninth Avenue, NY, NY 10011 > > 212.381.5335 | 646.643.6311 | [email protected] > > > *"...**Approach the game with no preset agendas and you'll probably come > > away surprised at your overall efforts.”* Phil Jackson Basketball coach -- 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.
