opauth / dropbox
Dropbox strategy for Opauth
Installs: 184
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/opauth/dropbox
Requires
- php: >=5.2.0
- opauth/opauth: >=0.2.0
This package is auto-updated.
Last update: 2025-10-06 11:57:18 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/)