Hello, I don't understand why you don't want to use AuthSub as it is preferred over ClientLogin. You should use AuthSub as that your website won't scare away your users as to ask them for their credentials.
Best, Alain On Wed, Jun 8, 2011 at 2:11 AM, poonam mishra <[email protected]> wrote: > Hi, > > I am trying to get the data from the Google Calender by using that Public > Google Calender API. For the same I referred this link > google_calender_api<http://code.google.com/apis/calendar/data/1.0/developers_guide_js.html>. > But for the authentication I don't want to redirect to the Google login > page. So I used ClientLogin API and referred link for the same > Client_Login_api<http://code.google.com/apis/accounts/docs/AuthForInstalledApps.html#Response>. > > Now I am getting the status 200 and the auth token properly. Now have to > use this authtoken for further call to get calender details . But there is > no such api in > google.gdata.calendar.CalendarService<http://code.google.com/apis/calendar/data/1.0/developers_guide_js.html>. > to pass this auth token with other paameters.But able to get calender data > if I do this for public calender. > > I have done lot's of r&d and no able to find any solution. > > Any comment would be a great help for me. > > Regards, > Isha > > -- > 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://code.google.com/apis/calendar/community/forum.html > -- Alain Vongsouvanh -- 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://code.google.com/apis/calendar/community/forum.html
