opauth/flickr
Composer 安装命令:
composer require opauth/flickr
包简介
Flickr strategy for Opauth
README 文档
README
Flickr strategy for Opauth, based on Opauth-OAuth & Opauth-Twitter.
Getting started
-
Install Opauth-Flickr:
cd path_to_opauth/Strategy git clone git://github.com/pocket7878/opauth-flickr.git Flickr curl -s http://getcomposer.org/installer | php php composer.phar install
-
Create Flickr application at http://www.flickr.com/services/
-
Configure Opauth-Flickr strategy with at least
keyandsecret. -
Direct user to
http://path_to_opauth/flickrto authenticate
Strategy configuration
Required parameters:
<?php 'Flickr' => array( 'key' => 'YOUR APP KEY', 'secret' => 'YOUR APP SECRET' )
See FlickrStrategy.php for optional parameters.
Dependencies
tmhOAuth requires hash_hmac and cURL.
hash_hmac is available on PHP 5 >= 5.1.2.
Reference
License
Opauth-Flickr is MIT Licensed
Copyright © 2012 Pocket7878 (http://poketo7878.dip.jp)
tmhOAuth is Apache 2 licensed.
统计信息
- 总下载量: 7.95k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 4
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-04-19