Sha256: a819eabffdd14fccf9638a4af56a02112099b9b0a4ffda99e63f2c49f6532b7c

Contents?: true

Size: 311 Bytes

Versions: 2

Compression:

Stored size: 311 Bytes

Contents

# http://photobucket.com/developer/
# https://login.photobucket.com/developer/register
class PhotobucketToken < OauthToken
  
  class << self
    def settings
      @settings ||= {
        :site => "http://twitter.com",
        :authorize_url => "http://twitter.com/oauth/authenticate"
      }
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
authlogic-connect-0.0.2 lib/authlogic_connect/oauth/tokens/photobucket_token.rb
authlogic-connect-0.0.1 lib/authlogic_connect/oauth/tokens/photobucket_token.rb