From ead1f05e793e29287316ed9d74b81506028b9438 Mon Sep 17 00:00:00 2001 From: Shaun McCarthy Date: Sun, 29 Sep 2013 17:10:43 -0400 Subject: [PATCH] Updated Readme.md to point to a simple example of connecting via OAuth --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b8f5d5b..efb5b9b 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ In order to run the sample code, you need a user account on the sandbox service In order to run the client client sample code, you need a developer token. Get one at https://sandbox.evernote.com/api/DeveloperToken.action +For an example on how to use OAuth to authorize your C# website to access a user's notebook, see https://github.com/shaunmccarthy/AsyncOAuth.Evernote.Simple + Getting Started - Windows ------------------------- The project in sample\client demonstrates the basics of using the Evernote API, using developer tokens to simplify the authentication process while you're learning.