I have a question about the use of OAuth for calendar/contacts when migrating users to Google Apps who belong to a secondary, non-primary domain.
When using 2-legged OAuth with users from secondary domains - what needs to be done? I have followed the steps at: http://www.google.com/support/enterprise/static/gapps/docs/admin/en/gapps_exchange_migration/2.0/prep_config_gapps.html to set the domain up. My primary domain is foo.com and my secondary is bar.com. The OAuth requests look like: https://www.google.com/calendar/feeds/[email protected]/owncalendars/[email protected] The OAuth header is being generated using foo.com and the secret key from foo.com. I'm using the .NET library and the OAuth code that uses GOAuthRequestFactory and OAuthUri etc. to build the header and request. When making these requests I get: 401 (Unknown authorization header). Is there anything else that needs to be done in this scenario to allow for 2-legged OAuth requests to succeed for secondary domain users? Thanks, Andy -- You received this message because you are subscribed to the Google Groups "Google Calendar Data API" 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/calendar/community/forum.html
