opauth/dropbox

Opauth 的 Dropbox 认证策略

1.2 2014-12-15 18:41 UTC

This package is auto-updated.

Last update: 2024-09-06 09:22:47 UTC


README

Dropbox 认证的 Opauth 策略。

基于 https://www.dropbox.com/developers/core/docs 实现

入门指南

  1. 安装 Opauth-Dropbox

    cd path_to_opauth/Strategy
    git clone https://github.com/lshaf/opauth-dropbox.git Facebook
  2. https://www.dropbox.com/developers/apps/ 创建 Facebook 应用

  3. 使用至少 App keyApp Secret 配置 Opauth-Dropbox 策略。

  4. 将用户直接引导到 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/)