opauth/dropbox
最新稳定版本:1.2
Composer 安装命令:
composer require opauth/dropbox
包简介
Dropbox strategy for Opauth
README 文档
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 keyandApp Secret. -
Direct user to
http://path_to_opauth/facebookto 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/)
统计信息
- 总下载量: 184
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-12-15