Class
OAuthRubytter
In:
lib/rubytter/oauth_rubytter.rb
Parent:
Rubytter
must use oauth library.
Methods
delete
get
new
parse_response
post
put
Public Class methods
new
(access_token, options = {})
access_token: must be instance of OAuth::AccessToken
Public Instance methods
delete
(path, params = {})
get
(path, params = {})
parse_response
(res)
post
(path, params = {})
put
(path, params = {})
[Validate]