Class OmniAuth::Strategies::Gowalla
In: lib/omniauth/strategies/gowalla.rb
Parent: OAuth2

Authenticate to Gowalla utilizing OAuth 2.0 and retrieve basic user information.

@example Basic Usage

    use OmniAuth::Strategies::Gowalla, 'API Key', 'Secret Key'

Methods

Public Class methods

@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`

Protected Instance methods

[Validate]