In the shared contacts API, can the shared contacts feed only return the contacts of one user at a time?
I'm using the python Shared Contacts API: http://code.google.com/googleapps/domain/shared_contacts/gdata_shared_contacts_api_reference_python.html - and I can access all the shared contacts by switching the requestor_id in the oauth setup: client = gdata.contacts.service.ContactsService(source='sharedcontacts_app') client.SetOAuthInputParameters(SIG_METHOD, CONSUMER_KEY, consumer_secret=CONSUMER_SECRET, two_legged_oauth=True, requestor_id= user.email()) But I'd much rather get all the shared contacts of all users in one feed request. Is this possible? Thanks, Eric -- 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
