Class: PhotobucketToken

Inherits:
OauthToken show all
Defined in:
lib/authlogic_connect/oauth/tokens/photobucket_token.rb

Overview

Class Method Summary collapse

Methods inherited from OauthToken

#client, #consumer, consumer, #get, get_access_token, get_request_token, #oauth_version, oauth_version, request_token, #simple_client

Methods inherited from Token

#client, client, #consumer, consumer, #get, #service_name, service_name

Class Method Details

.settingsObject



6
7
8
9
10
11
# File 'lib/authlogic_connect/oauth/tokens/photobucket_token.rb', line 6

def settings
  @settings ||= {
    :site => "http://twitter.com",
    :authorize_url => "http://twitter.com/oauth/authenticate"
  }
end