Module: OauthTwitter

Includes:
API::Application, API::Friends, API::Oauth, API::Statuses, API::Users, Helper
Defined in:
lib/oauth_twitter.rb,
lib/oauth_twitter/config.rb,
lib/oauth_twitter/helper.rb,
lib/oauth_twitter/version.rb,
lib/oauth_twitter/api/oauth.rb,
lib/oauth_twitter/api/users.rb,
lib/oauth_twitter/api/friends.rb,
lib/oauth_twitter/api/statuses.rb,
lib/oauth_twitter/api/application.rb

Defined Under Namespace

Modules: API, Config, Helper

Constant Summary collapse

VERSION =
"0.3.0"

Constants included from API::Users

API::Users::PATH

Constants included from API::Statuses

API::Statuses::PATH

Constants included from API::Oauth

API::Oauth::PATH

Constants included from API::Friends

API::Friends::PATH

Constants included from API::Application

API::Application::PATH

Constants included from Helper

Helper::HOST

Method Summary

Methods included from API::Users

#users_contributees, #users_contributors, #users_lookup, #users_profile_banner, #users_search, #users_show

Methods included from API::Statuses

#home_timeline, #mentions_timeline, #retweets_of_me, #user_timeline

Methods included from API::Oauth

#oauth_access_token, #oauth_authenticate, #oauth_authorize, #oauth_request_token

Methods included from API::Friends

#followers_ids, #followers_list, #friends_ids, #friends_list, #friendships_create, #friendships_destroy, #friendships_incoming, #friendships_lookup, #friendships_no_retweets_ids, #friendships_outgoing, #friendships_show, #friendships_update

Methods included from API::Application

#rate_limit_status

Methods included from Helper

#send_request