Hi. I am new in this group.

I am using AuthSub for getting Session Tokens.
My test site is registeres with Google Accounts and my requests are
secure and signed...

I am succesfully getting the Session Token from Google Account
Then i sign the request to get the calendar feeds... something like
this:

Authorization: AuthSub token="XXXXXXXXXX" data="GET
http://www.google.com/calendar/feeds/default/private/full 1178688129
14232282951958512977" sig="XXXXXXXXXXXXXX" sigalg="rsa-sha1"

...but, when i execute the secure signed request to get the google
calendar feeds, i am having this response from server:

RETURN CODE = 302    =>

<HTML>
<HEAD>
<TITLE>Moved Temporarily</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Moved Temporarily</H1>
The document has moved <A HREF="http://www.google.com/calendar/feeds/
default/private/full?gsessionid=XXXXXXXXXX">here</A>.
</BODY>
</HTML>
-------------

(NOTE: if i follow the above link, I CAN get succesfully the calendar
feeds)

but, Is this the expected result? some clue?

Thanks!

Ahumaro


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to