opauth/dropbox 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

  1. Install Opauth-Dropbox:

    cd path_to_opauth/Strategy
    git clone https://github.com/lshaf/opauth-dropbox.git Facebook
  2. Create Facebook application at https://www.dropbox.com/developers/apps/

  3. Configure Opauth-Dropbox strategy with at least App key and App Secret.

  4. 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/)

统计信息

  • 总下载量: 184
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-12-15