ExTwitter.OAuth (extwitter v0.14.0) View Source

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)

View Source

Send oauth request with get or post method.

Link to this function

oauth_post(url, params, consumer_key, consumer_secret, access_token, access_token_secret, options)

View Source
Link to this function

request(atom, url, params, consumer_key, consumer_secret, access_token, access_token_secret)

View Source

Send request with get/post method.

Link to this function

request_async(atom, url, params, consumer_key, consumer_secret, access_token, access_token_secret)

View Source

Send async request with get or post method.

Link to this function

send_httpc_request(method, request, options)

View Source