作为联系人api版本2已弃用。我正在使用联系方式api版本3。 我没有得到,代码中是否有任何方法被弃用。我很困惑。请指导我。
ContactsService contactService = new ContactsService("Application Name");
contactService.setAuthSubToken(custDetails.getGoogleCredentionals().getAccessToken());
try {
String url="https://www.google.com/m8/feeds/contacts/"+domain+"/full/"+contactId;
entry = contactService.getEntry(new URL(url),ContactEntry.class);
} catch (Exception e1) {
log.warning("exception in create entry obj"+e1);
}