Class | OmniAuth::Strategies::Gowalla |
In: |
lib/omniauth/strategies/gowalla.rb
|
Parent: | OAuth2 |
@param [Rack Application] app standard middleware application parameter @param [String] api_key the application id as [registered on Gowalla](gowalla.com/api/keys) @param [String] secret_key the application secret as [registered on Gowalla](gowalla.com/api/keys) @option options [‘read’,’read-write’] :scope (‘read’) the scope of your authorization request; must be `read` or `read-write`