extwitter v0.9.6 ExTwitter.OAuth

Provide a wrapper for :oauth request methods.

Link to this section Summary

Link to this section Functions

Link to this function oauth_get(url, params, consumer_key, consumer_secret, access_token, access_token_secret, options)
Link to this function oauth_post(url, params, consumer_key, consumer_secret, access_token, access_token_secret, options)
Link to this function request(atom, url, params, consumer_key, consumer_secret, access_token, access_token_secret)

Send request with post method.

Link to this function request_async(atom, url, params, consumer_key, consumer_secret, access_token, access_token_secret)

Send async request with post method.

Link to this function send_httpc_request(method, request, options)