opauth / dropbox
Opauth 的 Dropbox 认证策略
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-09-06 09:22:47 UTC
README
Dropbox 认证的 Opauth 策略。
基于 https://www.dropbox.com/developers/core/docs 实现
入门指南
-
安装 Opauth-Dropbox
cd path_to_opauth/Strategy git clone https://github.com/lshaf/opauth-dropbox.git Facebook
-
在 https://www.dropbox.com/developers/apps/ 创建 Facebook 应用
-
使用至少
App key
和App Secret
配置 Opauth-Dropbox 策略。 -
将用户直接引导到
http://path_to_opauth/facebook
进行认证
策略配置
必需参数
<?php 'Dropbox' => array( 'key' => 'YOUR APP KEY', 'secret' => 'YOUR APP SECRET', )
许可证
Opauth-Dropbox 使用 MIT 许可证
版权所有 © 2014 L Shaf (http://pictalogi.com/)