Hello, Unfortunately, you would have to send a batch request per user as the xoauth_requestor_id must be specified in the request URL. You could however do this in a multi-threaded applications which would make your application run faster (as long as each thread handles a different user).
Best, Alain On Thu, Jan 12, 2012 at 6:55 PM, Evman <[email protected]> wrote: > Hi All, > > I have a requirement whereby i'd like to use the batch functionality of > the google contacts data api to send a batch request which accesses the > contacts data of multiple users in the one request. I essentially want to > send the same query to all users in the domain without having to send many > requests - is it possible to do this in the one batch request? I have tried > a few things to get this working, but can't get the request to work without > passing the xoauth_requestor_id parameter in the feed URL - meaning that > i'm restricted to accessing one users data. I'm using two-legged-oauth from > a google marketplace app to do this. > > Any help would be much appreciated. > > Thanks > > Evman > > -- > 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 > -- Alain Vongsouvanh | Developer Programs Engineer -- 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
