Sometime some small things take much time to understand...
I got it ..
Simply save the session token in the session.
and set it
authFactory.Token = DirectCast(Session("token"), [String])
- Check the session before redirecting the user to google Login Page.
- If Session is empty, redirect the use to google Login Page, link
with the profile and get single use token ..
- Exchange the single use token with Session Token and store it in the
Session.
On Apr 16, 9:31 am, palli <[email protected]> wrote:
> Hello everyone
>
> Any replies to my above post please.....
>
> Thanks & Regards
> Palli
>
> On Apr 15, 11:56 am, palli <[email protected]> wrote:
>
> > Hello everyone...
>
> > I have connected my site (local host) with my profile at the h9 /
> > sandbox.
> > But still i am facing the following problem , please suggest :-
>
> > 1. Every time my code redirects me to google login page and provides a
> > single use token.
> > 2. Every time i exchange the single use token with long lived session
> > token.
>
> > Could anyone out there please suggest how to use Session token so that
> > every time i dont need to follow the above process again and again.
>
> > Thanks and Regards
> > Pritpal Singh
> > Palli
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---