How can I pass the auth from UserService to ContactsService?

I got my App to pull data using the Profiles API but that was manually
entering the profiles auth

Something like this:
String admin = request.getUserPrincipal().getName();
ask for password...
ContactsService myService = new ContactsService("Add Rich Content");
            myService.setUserCredentials(admin, passWd, domain,
"HOSTED");

Yes token would be great but could not find
request.getTokenOrSomething


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to