Class OmniAuth::Strategies::Gowalla
In: lib/omniauth/strategies/oauth2/gowalla.rb
Parent: OmniAuth::Strategies::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] client_id the application id as [registered on Gowalla](gowalla.com/api/keys) @param [String] client_secret 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`

Public Instance methods

[Validate]