1 message in com.googlegroups.google-calendar-help-dataapiRe: AuthSub token retrieval
FromSent OnAttachments
Austin (Google)25 Feb 2008 11:07 
Subject:Re: AuthSub token retrieval
From:Austin (Google) (api.@google.com)
Date:02/25/2008 11:07:29 AM
List:com.googlegroups.google-calendar-help-dataapi

Hi,

This might not be an AuthSub problem, perhaps something in your servlet code that generates this exception. Can you post the code snippet of your servlet?

Austin

On Thu, Feb 21, 2008 at 8:24 PM, jack nicolson <jack@gmail.com> wrote:

Hi, I am a newbie in this google API, I having a simple doubt and unable to get auth sub token using the basic methods descripe " http://code.google.com/apis/gdata/authsub.html", I tried to follow the same procedure as descripe in the web doc above i.e.

String onetimeUseToken =
AuthSubUtil.getTokenFromReply(httpServletRequest.getQueryString());

but getting null pointer exception I used getRequestDispatcher method to
transfer the control the other servelet to handle this.

Thanks

Jack,