Flickr strategy for Opauth, based on Opauth-OAuth & Opauth-Twitter.
-
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
key
andsecret
. -
Direct user to
http://path_to_opauth/flickr
to authenticate
Required parameters:
<?php
'Flickr' => array(
'key' => 'YOUR APP KEY',
'secret' => 'YOUR APP SECRET'
)
See FlickrStrategy.php for optional parameters.
tmhOAuth requires hash_hmac and cURL.
hash_hmac is available on PHP 5 >= 5.1.2.
Opauth-Flickr is MIT Licensed
Copyright © 2012 Pocket7878 (http://poketo7878.dip.jp)
tmhOAuth is Apache 2 licensed.