Hi Mark, The DevDefined OAuth library has an integration test that demonstrates consuming google contacts, take a look at the test here:
https://devdefined-tools.googlecode.com/svn/trunk/projects/oauth/DevDefined.OAuth.Tests/Consumer/GoogleIntegrationTests.cs And the library can be found here: http://code.google.com/p/devdefined-tools/wiki/OAuth Should provide you with some pointers. <http://code.google.com/p/devdefined-tools/wiki/OAuth>Cheers, - Alex On Fri, Apr 30, 2010 at 12:22 AM, mchid <[email protected]> wrote: > Hi, I've now spent several full days trying to understand how to > access to Google Contacts using oAuth using c#.net. I've made some > progress but cannot find any full sample code. Can anyone please help > out - are there any example apps/solutions I can refer to? I simply > (yeah right..) want my web app to authorise using oAuth then list a > user's contacts. Any help or sample code would be appreciated > > -- > You received this message because you are subscribed to the Google Groups > "OAuth" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected] <oauth%[email protected]>. > For more options, visit this group at > http://groups.google.com/group/oauth?hl=en. > > -- You received this message because you are subscribed to the Google Groups "OAuth" 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/oauth?hl=en.
