Hi Paul, 3-Legged OAuth support has been recently added into the .NET client library and the missing file can be found here<http://code.google.com/p/google-gdata/source/browse/trunk/clients/cs/src/core/oauthutil.cs> .
Best, Alain On Sat, Aug 27, 2011 at 4:56 AM, Paul Chapman <[email protected] > wrote: > Thanks. Now know whats wrong. > > I am getting the following error; > > "The Remote Server returned an error (401) Unauthorised" > > Which tends to suggest that I need to link the ClaimedIdentifier returned > by OAuth and link it to the request to the calendar in the getCalendarEvents > method. And that I can't figure out. > > I have tried this article here; > > http://code.google.com/apis/gdata/docs/auth/oauth.html > > Which seems to make reference to a function > > OAuthParameters > > And I cannot find that in any of the Google.GData namespaces, even having > rebuilt the SDK I don't seem to have a copy of this function. So assuming the > link will provide a means to retrieve the Calendar of a user; > where can I get the OAuthParameters class. > > Thanks in advance > > > -- > 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 > -- Alain Vongsouvanh -- 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
