Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.24 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.24 KB

PhoneGap example using the Evernote SDK for JavaScript

You can find the Evernote SDK for JavaScript here.

Required reading

Please check out the Evernote Developers portal page. Please see the Getting Started With iOS for PhoneGap guide here.

How to use

  1. In your index.js file, inside the scope of the 'app' object, make the following changes :

    consumerKey : 'your consumer key', consumerSecret : 'your consumer secret',

  2. Run the app and go through the OAuth flow.

  3. See the logs for the results of the API calls.

More information

  1. We are using jsOAuth for OAuth which can be found here.
  2. You can use the HTML/js code on any other platform supported by PhoneGap.
  3. Make sure you hide your consumer secret.
  4. This example requires the latest version of XCode.
  5. Most of the relevant code lives in www/js/index.js.