Sha256: 919952236549c621ead2beba985ba628cdd123ee0ae02d52d72f81aa10e1b1a7
Contents?: true
Size: 518 Bytes
Versions: 4
Compression:
Stored size: 518 Bytes
Contents
# Load libraries required by the Evernote OAuth sample applications require 'oauth' require 'oauth/consumer' # Load Thrift & Evernote Ruby libraries require "evernote_oauth" # Client credentials # Fill these in with the consumer key and consumer secret that you obtained # from Evernote. If you do not have an Evernote API key, you may request one # from http://dev.evernote.com/documentation/cloud/ OAUTH_CONSUMER_KEY = "ykominami-1-0694" OAUTH_CONSUMER_SECRET = "a53c21b9fe88db96" #SANDBOX = true SANDBOX = false
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
enop-0.1.6 | lib/evernote_config.rb |
enop-0.1.5 | lib/evernote_config.rb |
enop-0.1.4 | lib/evernote_config.rb |
enop-0.1.3 | lib/evernote_config.rb |