Hi Nasir, Sorry that I am not really sure what you are asking? It seems like you are interested to know the different type of auth mechanism. There are two ways to authenticate a users within the Google Data APIs -
1) ClientLogin - users explicitly give your application username and password 2) AuthSub - users are redirected to Google to enter their username and password to Google, subsequently Google will redirect the user back to your application (upon successful authentication) For more information on authentication mechanism, please go to - http://code.google.com/apis/accounts/docs/AuthForInstalledApps.html Specific to the .NET client library, the authentication samples can be found here - http://code.google.com/apis/calendar/developers_guide_dotnet.html#Auth Hope that helps, Austin On Tue, Jun 3, 2008 at 11:56 PM, Nasir <[EMAIL PROTECTED]> wrote: > > Hi > I am developing a website using Asp.Net and using .Net Google > Calendar Client Library ,, i am successfully synch with Google, adding > events,delete etc etc.... but this all is done after i get a token > from google after having SignIn to Google Website.... > > wot i need is... my website user need not to go Google Website for > login but he must provide his credential in my website and i then > synch it with Google Calendar.... > > wot is hd parameter and how can i use it... plz plz help me.... its > really urgent > > Looking forward for your kind response > > Thanks > Nasir Ibrahim > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Calendar Data API" 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/google-calendar-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
