0

作为联系人 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);
        }
4

0 回答 0