Hi Tony, Thanks for pointing me in the right direction. With a little massaging of the C# library to add OAuth support (not such a big task) I now have this working for email migration (always impersonating an admin), caldendar and contacts (impersonating the individual users). This removes the huge potential problem of CAPTCHAs for my multi-user batch operations. Your working PHP example helped out with debugging my integration of OAuth, so thanks also for that.
Andy On Nov 22, 12:41 am, "Tony (Google)" <[EMAIL PROTECTED]> wrote: > Hi Andy, > > The 2-legged OAuth feature should be able to address your use case and > is described in the following FAQ: > > http://www.google.com/support/a/bin/answer.py?hl=en&answer=61017 > > Also, you can find some PHP sample code here: > > http://gdatatips.blogspot.com/2008/11/2-legged-oauth-in-php.html > > Thanks, > > --Tony > > On Nov 21, 6:00 am, snae <[EMAIL PROTECTED]> wrote: > > > Hi, > > > Usage of the current calendar and contacts APIs require logins from an > > individual users account and as such makes migration of these things > > from a multiple user point of view problematic (potential captchas for > > example). > > > Are there any plans in the pipeline for migration APIs for contacts > > and calendars in the same manner as the email migration API using an > > administrator account? > > > Thanks, > > > Andy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Apps 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://groups.google.com/group/google-apps-apis?hl=en -~----------~----~----~----~------~----~------~--~---
