opauth / evernote
Evernote strategy for Opauth
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 678
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 10
Forks: 8
Open Issues: 2
Requires
- php: >=5.3
- opauth/opauth: >=0.2.0
This package is not auto-updated.
Last update: 2023-02-27 20:42:43 UTC
README
Opauth strategy for Evernote authentication.
Getting started
- Install Opauth-Evernote:
cd path_to_opauth/Strategy git clone git://github.com/evernote/opauth-evernote.git Evernote
- Create a Evernote API Key at http://dev.evernote.com/
- Configure Opauth-Evernote strategy.
- Direct user to
http://path_to_opauth/evernote
to authenticate
Strategy configuration
Required parameters:
<?php 'Evernote' => array( 'client_id' => 'YOUR CLIENT ID', 'client_secret' => 'YOUR CLIENT SECRET', 'sandbox' => [TRUE or FALSE] )