Sha256: d26c84c539e45c8a5c4114ad849032edec08dc5f6fb6e33a4733e911760cf7ff

Contents?: true

Size: 380 Bytes

Versions: 4

Compression:

Stored size: 380 Bytes

Contents

# https://developer.apps.yahoo.com/dashboard/createKey.html
# http://developer.yahoo.com/oauth/guide/oauth-accesstoken.html
class YahooToken < OauthToken
  
  version 2
  
  settings "https://api.login.yahoo.com",
    :request_token_path => '/oauth/v2/get_request_token',
    :access_token_path  => '/oauth/v2/get_token',
    :authorize_path     => '/oauth/v2/request_auth'
  
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
authlogic-connect-0.0.3.6 lib/authlogic_connect/oauth/tokens/yahoo_token.rb
authlogic-connect-0.0.3.4 lib/authlogic_connect/oauth/tokens/yahoo_token.rb
authlogic-connect-0.0.3.3 lib/authlogic_connect/oauth/tokens/yahoo_token.rb
authlogic-connect-0.0.3.2 lib/authlogic_connect/oauth/tokens/yahoo_token.rb