Hi Team,
i am trying to get my contact list so i am using the authentication
with AuthSub
ContactsService myService = new ContactsService("windison-
retrivont-1");
String next = "http://www.example.com/welcome.html";
String scope = "http://www.google.com/m8/feeds/";
boolean secure = false;
boolean session = true;
String authSubLogin = AuthSubUtil.getRequestUrl(next, scope,
secure, session);
String token = AuthSubUtil.getTokenFromReply(authSubLogin);
here the token i am gettign is null
so any particular reason
what should i do now..
please help me out
and Can we put String next = "httP://localhost:9090/
mywebApplicatoin/index.jsp/"
Regards
Sudhakar.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Contacts 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-contacts-api?hl=en
-~----------~----~----~----~------~----~------~--~---