2017 © Pedro Peláez
 

library flickr

Flickr strategy for Opauth

image

opauth/flickr

Flickr strategy for Opauth

  • Sunday, August 10, 2014
  • by Pocket7878
  • Repository
  • 2 Watchers
  • 3 Stars
  • 7,082 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 4 Versions
  • 1 % Grown

The README.md

Opauth-Flickr

Flickr strategy for [Opauth][1], based on Opauth-OAuth & Opauth-Twitter., (*1)

Getting started

  1. Install Opauth-Flickr:, (*2)

    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
    
  2. Create Flickr application at http://www.flickr.com/services/, (*3)

  3. Configure Opauth-Flickr strategy with at least key and secret., (*4)

  4. Direct user to http://path_to_opauth/flickr to authenticate, (*5)

Strategy configuration

Required parameters:, (*6)

<?php
'Flickr' => array(
    'key' => 'YOUR APP KEY',
    'secret' => 'YOUR APP SECRET'
)

See FlickrStrategy.php for optional parameters., (*7)

Dependencies

tmhOAuth requires hash_hmac and cURL.
hash_hmac is available on PHP 5 >= 5.1.2., (*8)

Reference

License

Opauth-Flickr is MIT Licensed
Copyright © 2012 Pocket7878 (http://poketo7878.dip.jp), (*9)

tmhOAuth is Apache 2 licensed., (*10)

The Versions

10/08 2014

dev-master

9999999-dev http://opauth.org

Flickr strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth opauth flickr

10/08 2014

1.2

1.2.0.0 http://opauth.org

Flickr strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth opauth flickr

27/03 2014

1.1

1.1.0.0 http://opauth.org

Flickr strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth opauth flickr

04/03 2013

1.0

1.0.0.0 http://opauth.org

Flickr strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth opauth flickr