Hello All,

I am using google contacts api and I am able to retrieve the contacts
from gmail.

But for this I need to hardcode the credentials "userid" and
"password" in following method.

ContactsService myService = new ContactsService("exampleCo-
exampleApp-1");
myService.setUserCredentials("[email protected]", "password");


from where can I get the userid and password so that I can user that
info and need not to hardcode the values?

thanks in advance.

RAJESH

--

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.


Reply via email to