Reordered functions

Michael Vogel 2015-04-06 16:38:17 +02:00
parent 840e46da54
commit 5a966d430d

@ -27,49 +27,49 @@ Please refer to the linked documentation for further information.
* skip_status: Don't show the "status" field. (Default: false)
* include_entities: "true" shows entities for pictures and links (Default: false)
### statuses/update, statuses/update_with_media
### conversation/show
Unofficial Twitter command. It shows all direct answers (excluding the original post) to a given id.
#### Parameters
* title: Title of the status
* status: Status in text format
* htmlstatus: Status in HTML format
* in_reply_to_status_id
* lat: latitude
* long: longitude
* media: image data
* source: Application name
* group_allow
* contact_allow
* group_deny
* contact_deny
* network
* id: id of the post
* count: Items per page (default: 20)
* page: page number
* since_id: minimal id
* max_id: maximum id
* include_entities: "true" shows entities for pictures and links (Default: false)
* media_ids: (By now only a single value, no array)
#### Unsupported parameters
* trim_user
* place_id
* display_coordinates
* include_rts
* trim_user
* contributor_details
### favorites
#### Parameters
* count: Items per page (default: 20)
* page: page number
* since_id: minimal id
* max_id: maximum id
* include_entities: "true" shows entities for pictures and links (Default: false)
#### Unsupported parameters
* user_id
* screen_name
Favorites aren't displayed to other users, so "user_id" and "screen_name". So setting this value will result in an empty array.
### media/upload
#### Parameters
* media: image data
### users/search
### statuses/destroy
#### Parameters
* q: name of the user
#### Unsupported parameters
* page
* count
* include_entities
### users/show
#### Parameters
* user_id: id of the user
* screen_name: screen name (for technical reasons, this value is not unique!)
* id: message number
* include_entities: "true" shows entities for pictures and links (Default: false)
### statuses/home_timeline
#### Unsupported parameters
* trim_user
### statuses/friends_timeline
#### Parameters
* count: Items per page (default: 20)
* page: page number
@ -84,7 +84,7 @@ Please refer to the linked documentation for further information.
* trim_user
* contributor_details
### statuses/friends_timeline
### statuses/home_timeline
#### Parameters
* count: Items per page (default: 20)
* page: page number
@ -130,13 +130,28 @@ Please refer to the linked documentation for further information.
#### Unsupported parameters
* trim_user
### statuses/destroy
### statuses/update, statuses/update_with_media
#### Parameters
* id: message number
* title: Title of the status
* status: Status in text format
* htmlstatus: Status in HTML format
* in_reply_to_status_id
* lat: latitude
* long: longitude
* media: image data
* source: Application name
* group_allow
* contact_allow
* group_deny
* contact_deny
* network
* include_entities: "true" shows entities for pictures and links (Default: false)
* media_ids: (By now only a single value, no array)
#### Unsupported parameters
* trim_user
* trim_user
* place_id
* display_coordinates
### statuses/mentions
#### Parameters
@ -181,36 +196,21 @@ Please refer to the linked documentation for further information.
* trim_user
* contributor_details
### conversation/show
Unofficial Twitter command. It shows all direct answers (excluding the original post) to a given id.
### users/search
#### Parameters
* id: id of the post
* count: Items per page (default: 20)
* page: page number
* since_id: minimal id
* max_id: maximum id
* include_entities: "true" shows entities for pictures and links (Default: false)
* q: name of the user
#### Unsupported parameters
* include_rts
* trim_user
* contributor_details
* page
* count
* include_entities
### favorites
### users/show
#### Parameters
* count: Items per page (default: 20)
* page: page number
* since_id: minimal id
* max_id: maximum id
* user_id: id of the user
* screen_name: screen name (for technical reasons, this value is not unique!)
* include_entities: "true" shows entities for pictures and links (Default: false)
#### Unsupported parameters
* user_id
* screen_name
Favorites aren't displayed to other users, so "user_id" and "screen_name". So setting this value will result in an empty array.
### account/rate_limit_status
### help/test