OAuthSession

Undocumented in source.

Members

Aliases

encode
alias encode = oauthEncode
Undocumented in source.

Functions

prepareRequest
UrlParameters prepareRequest(string requestUrl, string method, UrlParameters[] parameters)
Undocumented in source. Be warned that the author may not have intended to support it.
signRequest
string signRequest(string method, string requestUrl, UrlParameters[] parameters)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

config
OAuthConfig config;
Undocumented in source.
token
string token;
tokenSecret
string tokenSecret;
Undocumented in source.

Meta