opauth / dropbox
Dropbox strategy for Opauth
1.2
2014-12-15 18:41 UTC
Requires
- php: >=5.2.0
- opauth/opauth: >=0.2.0
This package is auto-updated.
Last update: 2024-11-06 09:37:06 UTC
README
Opauth strategy for Dropbox authentication.
Implemented based on https://www.dropbox.com/developers/core/docs
Getting started
-
Install Opauth-Dropbox:
cd path_to_opauth/Strategy git clone https://github.com/lshaf/opauth-dropbox.git Facebook
-
Create Facebook application at https://www.dropbox.com/developers/apps/
-
Configure Opauth-Dropbox strategy with at least
App key
andApp Secret
. -
Direct user to
http://path_to_opauth/facebook
to authenticate
Strategy configuration
Required parameters:
<?php 'Dropbox' => array( 'key' => 'YOUR APP KEY', 'secret' => 'YOUR APP SECRET', )
License
Opauth-Dropbox is MIT Licensed
Copyright © 2014 L Shaf (http://pictalogi.com/)