关于Contacts API弃用详细信息

时间:2015-04-14 05:12:55

标签: oauth-2.0 contacts google-contacts google-shared-contacts

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

0 个答案:

没有答案