Class OmniAuth::Strategies::Flickr
In: lib/omniauth/strategies/flickr.rb
Parent: Object

Authenticate to Flickr

@example Basic Usage

    use OmniAuth::Strategies::Flickr, 'API Key', 'Secret Key', :scope => 'read'

Methods

Included Modules

OmniAuth::Strategy

Classes and Modules

Class OmniAuth::Strategies::Flickr::CallbackError

Attributes

api_key  [RW] 
options  [RW] 
secret_key  [RW] 

Public Class methods

@param [Rack Application] app standard middleware application parameter @param [String] api_key the application id as [registered on Flickr](www.flickr.com/services/apps/) @param [String] secret_key the application secret as [registered on Flickr](www.flickr.com/services/apps/) @option options [‘read’,’write’,’delete] :scope (‘read’) the scope of your authorization request; must be `read` or ‘write’ or ‘delete‘

Protected Instance methods

[Validate]