This is how i did in java:

ContactFeed contactfeed = service.getFeed(feedUrl, ContactFeed.class);
ContactEntry entry = contactfeed.getEntries().get(0);
StructuredPostalAddress address =
entry.getStructuredPostalAddresses().get(0);
String s = address.getFormattedAddress().getValue();
Where Service is ContactsService

refer to google contacts api documentation

On May 17, 6:00 am, John Borland <[email protected]> wrote:
> ... I also noticed that there is a User Profile API for Google Apps, but we
> don't have Google Apps unfortunately.

-- 
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