ExTwitter.OAuth (extwitter v0.14.0) View Source
Provide a wrapper for :oauth
request methods.
Link to this section Summary
Functions
Send oauth request with get or post method.
Send request with get/post method.
Send async request with get or post method.
Link to this section Functions
Link to this function
oauth_get(url, params, consumer_key, consumer_secret, access_token, access_token_secret, options)
View SourceSend 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 SourceSend request with get/post method.
Link to this function
request_async(atom, url, params, consumer_key, consumer_secret, access_token, access_token_secret)
View SourceSend async request with get or post method.