class OAuth::Consumer

def access_token_url

def access_token_url
  @options[:access_token_url]||site+access_token_path
end