in my vb.net project, I am trying to get the photos for contacts.

I've not found code which will get the photos for me (confirmed these
contacts have photos).

Using the code below, I get 'Nothing' (strSelect is the Uri of the
contcts)

Dim rs As New RequestSettings(App_Name, Uname, UPassword)
rs.AutoPaging = True
Dim cr As New ContactsRequest(rs)

Dim c As Contact = cr.Retrieve(Of Contact)(New FeedQuery(strSelect))

Any suggestions?

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