list of function url's
| methods | url | post/get | additional parameters | response |
| statuses/public_timeline | http://twitter.com/statuses/public_timeline.json | get | none | status |
| statuses/friends_timeline | http://twitter.com/statuses/friends_timeline.json | get | page,count | status |
| statuses/user_timeline | http://twitter.com/statuses/user_timeline/username.json. | get | page,count | status |
| statuses/mentions | http://twitter.com/statuses/mentions.json | get | page,count | status |
| statuses/show | http://twitter.com/statuses/show/tweetid.json | get | ||
| statuses/update | http://twitter.com/statuses/update.json | POST | status | |
| statuses/destroy | http://twitter.com/statuses/destroy/tweetid.json | POST | ||
| users/show | http://twitter.com/users/show/username.json | get | ||
| statuses/friends_timeline | http://twitter.com/statuses/friends/username.json | get | ||
| statuses/followers | http://twitter.com/statuses/followers/username.json | get | ||
| direct_messages | http://twitter.com/direct_messages.json | get | page,count | |
| direct_messages/sent | http://twitter.com/direct_messages/sent.json | get | page,count | |
| direct_messages/new | http://twitter.com/direct_messages/new.json | POST | screen_name,text | |
| direct_messages/destroy | http://twitter.com/direct_messages/destroy/tweetid.json | POST | ||
| friendships/create | http://twitter.com/friendships/create/username.json | POST | ||
| friendships/destroy | http://twitter.com/friendships/destroy/username.json | POST | ||
| friendships/exists | http://twitter.com/friendships/exists.json | get | user_a,user_b | |
| friendships/show | http://twitter.com/friendships/show.json | get | target_screen_name | |
| friends/ids | http://twitter.com/friends/ids/username.json | get | ||
| followers/ids | http://twitter.com/followers/ids/username.json | get | ||
| account/verify_credentials | http://twitter.com/account/verify_credentials.json | get | ||
| account/rate_limit_status | http://twitter.com/account/rate_limit_status.json | get | ||
| account/end_session | http://twitter.com/account/end_session.json | POST | ||
| account/update_profile | http://twitter.com/account/update_profile.json | POST | name,email,url,location,description | |
| favorites | http://twitter.com/favorites/username.json | get | ||
| favorites/create | http://twitter.com/favorites/create/tweetid.json | POST | ||
| favorites/destroy | http://twitter.com/favorites/destroy/tweetid.json | POST | ||
| blocks/create | http://twitter.com/blocks/create/username.json | POST | ||
| blocks/destroy | http://twitter.com/blocks/destroy/username.json | POST | ||
| blocks/exists | http://twitter.com/blocks/exists/username.json | get | ||
| blocks/blocking | http://twitter.com/blocks/blocking.json | get | page | |
| blocks/ids | http://twitter.com/blocks/blocking/id.json | get |