Thought maybe I should add my code:

ContactsService myService = new ContactsService("testing_gdata_api");
try {
    myService.setUserCredentials("[email protected]", "PASS1");
    URL feedUrl = new URL("https://www.google.com/m8/feeds/contacts/
USER2%40gmail.com/full");
    ContactFeed resultFeed = myService.getFeed(feedUrl,
ContactFeed.class);
    System.out.println(resultFeed.getTitle().getPlainText());
}

So I am trying to get USER2's contacts using USER1's credentials. And
it works when accessing the contacts through the gmail web. And if I
use USER2's credentials it works as well...

BR,
Torbjörn Abrahamsson

-- 
You received this message because you are subscribed to the Google
Groups "Google Contacts, Shared Contacts and User Profiles APIs" 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://code.google.com/apis/contacts/community/forum.html

Reply via email to