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'
api_key | [RW] | |
options | [RW] | |
secret_key | [RW] |
@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‘