We are developing app for Google Marketplace and want it to be integrated with google as much as possible. In one of the features we want to show Google Profiles photos besides names like in GMail peoples panel. But as far as I can tell after investigating Google Data APIs there no way to get link which I can simply put in the src attribute of the image. Contacts APIs return link to photo which is suitable for programmatic management through ContactsService and requires Authentication Header if I understand correctly therefore I can not simply put it into img tag. There is image.url property in person structure in Google+ API but this API doesn't look like a viable option to use in app for domain. Am I write? Can I somehow get user photo url like in Google+ API but through Contacts API or any other API?
Sorry for my English. Thanks in advance. -- 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
