Module ROAuth
In: lib/roauth.rb

Methods

escape   header   normalize   oauth_params   parse   signature   unescape   verify  

Classes and Modules

Class ROAuth::MissingOAuthParams
Class ROAuth::UnsupportedSignatureMethod

Constants

SIGNATURE_METHODS = {"HMAC-SHA1" => OpenSSL::Digest::Digest.new("sha1")}   Supported signature methods;
OAUTH_PARAMS = [:consumer_key, :token, :signature_method, :version, :nonce, :timestamp, :body_hash, :callback]

Public Instance methods

Protected Instance methods

Escape characters in a string according to the OAuth spec

Normalize a string of parameters based on the OAuth spec

[Validate]