3 messages in com.googlegroups.google-calendar-help-dataapiExecution of exchangeForSessionToken
FromSent OnAttachments
Chandra25 Nov 2007 13:28 
Chandra Sekhar Manginipalli G S29 Nov 2007 13:37 
Austin (Google)29 Nov 2007 13:53 
Subject:Execution of exchangeForSessionToken
From:Chandra (leo1@gmail.com)
Date:11/25/2007 01:28:07 PM
List:com.googlegroups.google-calendar-help-dataapi

Hi,

When I try to do an AuthSub Proxy authentication using a secure "registered mode". I get the following error "execution of exchangeForSessionToken". But if I change the parameter "registered mode" to false. It works just fine. So if I change the 3rd parameter to true in the code below it throws the "execution of exchangeForSessionToken" error. But if I make it false, it works just fine. And yes I have registered my webapplication and included the xml file. As a matter of fact it used to work in the registered mode last week, but not anymore. Can someone help me with this regard. I was wondering if there is a problem with google's registered mode authentication code. Any suggestions are greatly appreciated.

GotoAuthSubLink.NavigateUrl = AuthSubUtil.getRequestUrl("http:// www.example.com/RetrieveToken", "http:// www.google.com/calendar/feeds/", true, true);

Thanks,