opauth / yinxiang
Yinxiang strategy for Opauth
1.0.0
2015-02-20 11:38 UTC
Requires
- php: >=5.3
- opauth/opauth: >=0.2.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-02 16:18:57 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/evernoteto authenticate
Strategy configuration
Required parameters:
<?php 'Evernote' => array( 'client_id' => 'YOUR CLIENT ID', 'client_secret' => 'YOUR CLIENT SECRET', 'sandbox' => [TRUE or FALSE] )