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,