Updated Friendica API (markdown)

Michael Vogel 2014-01-05 02:18:42 -08:00
parent f318aecbf4
commit 9cddb802eb

@ -65,9 +65,9 @@ Please refer to the linked documentation for further information.
### statuses/home_timeline ### statuses/home_timeline
#### Parameters #### Parameters
* count: Items per page (default: 20) * count: Items per page (default: 20)
* page: page number
* since_id: minimal id * since_id: minimal id
* max_id: maximum id * max_id: maximum id
* page: page number
* exclude_replies: don't show replies (default: no) * exclude_replies: don't show replies (default: no)
* conversation_id: Shows all statuses of a given conversation. * conversation_id: Shows all statuses of a given conversation.
@ -80,9 +80,9 @@ Please refer to the linked documentation for further information.
### statuses/friends_timeline ### statuses/friends_timeline
#### Parameters #### Parameters
* count: Items per page (default: 20) * count: Items per page (default: 20)
* page: page number
* since_id: minimal id * since_id: minimal id
* max_id: maximum id * max_id: maximum id
* page: page number
* exclude_replies: don't show replies (default: no) * exclude_replies: don't show replies (default: no)
* conversation_id: Shows all statuses of a given conversation. * conversation_id: Shows all statuses of a given conversation.
@ -134,9 +134,9 @@ Please refer to the linked documentation for further information.
### statuses/mentions ### statuses/mentions
#### Parameters #### Parameters
* count: Items per page (default: 20) * count: Items per page (default: 20)
* page: page number
* since_id: minimal id * since_id: minimal id
* max_id: maximum id * max_id: maximum id
* page: page number
#### Unsupported parameters #### Unsupported parameters
* include_rts * include_rts
@ -159,12 +159,12 @@ Please refer to the linked documentation for further information.
### statuses/user_timeline ### statuses/user_timeline
#### Parameters #### Parameters
* user_id * user_id: id of the user
* screen_name * screen_name: screen name (for technical reasons, this value is not unique!)
* since_id: minimal id
* count: Items per page (default: 20) * count: Items per page (default: 20)
* max_id: maximum id
* page: page number * page: page number
* since_id: minimal id
* max_id: maximum id
* exclude_replies: don't show replies (default: no) * exclude_replies: don't show replies (default: no)
* conversation_id: Shows all statuses of a given conversation. * conversation_id: Shows all statuses of a given conversation.
@ -182,8 +182,8 @@ Please refer to the linked documentation for further information.
* max_id: maximum id * max_id: maximum id
#### Unsupported parameters #### Unsupported parameters
* user_id * user_id: id of the user
* screen_name * screen_name: screen name (for technical reasons, this value is not unique!)
* include_entities * include_entities
Favorites aren't displayed to other users, so "user_id" and "screen_name". So setting this value will result in an empty array. Favorites aren't displayed to other users, so "user_id" and "screen_name". So setting this value will result in an empty array.
@ -195,8 +195,8 @@ Favorites aren't displayed to other users, so "user_id" and "screen_name". So se
### statuses/friends ### statuses/friends
#### Unsupported parameters #### Unsupported parameters
* user_id * user_id: id of the user
* screen_name * screen_name: screen name (for technical reasons, this value is not unique!)
* include_entities * include_entities
* cursor * cursor
@ -205,8 +205,8 @@ Friendica doesn't allow showing friends of other users.
### statuses/followers ### statuses/followers
#### Unsupported parameters #### Unsupported parameters
* user_id * user_id: id of the user
* screen_name * screen_name: screen name (for technical reasons, this value is not unique!)
* include_entities * include_entities
* cursor * cursor
@ -221,8 +221,8 @@ Friendica doesn't allow showing followers of other users.
* stringify_ids * stringify_ids
#### Unsupported parameters #### Unsupported parameters
* user_id * user_id: id of the user
* screen_name * screen_name: screen name (for technical reasons, this value is not unique!)
* cursor * cursor
Friendica doesn't allow showing friends of other users. Friendica doesn't allow showing friends of other users.
@ -232,16 +232,16 @@ Friendica doesn't allow showing friends of other users.
* stringify_ids * stringify_ids
#### Unsupported parameters #### Unsupported parameters
* user_id * user_id: id of the user
* screen_name * screen_name: screen name (for technical reasons, this value is not unique!)
* cursor * cursor
Friendica doesn't allow showing followers of other users. Friendica doesn't allow showing followers of other users.
### direct_messages/new ### direct_messages/new
#### Parameters #### Parameters
* user_id * user_id: id of the user
* screen_name * screen_name: screen name (for technical reasons, this value is not unique!)
* text * text
* replyto: ID of the replied direct message * replyto: ID of the replied direct message
* title: Title of the direct message * title: Title of the direct message
@ -249,8 +249,8 @@ Friendica doesn't allow showing followers of other users.
### direct_messages/conversation ### direct_messages/conversation
Shows all direct messages of a conversation Shows all direct messages of a conversation
#### Parameters #### Parameters
* count * count: Items per page (default: 20)
* page * page: page number
* since_id: minimal id * since_id: minimal id
* max_id: maximum id * max_id: maximum id
* getText: Defines the format of the status field. Can be "html" or "plain" * getText: Defines the format of the status field. Can be "html" or "plain"
@ -258,16 +258,16 @@ Shows all direct messages of a conversation
### direct_messages/all ### direct_messages/all
#### Parameters #### Parameters
* count * count: Items per page (default: 20)
* page * page: page number
* since_id: minimal id * since_id: minimal id
* max_id: maximum id * max_id: maximum id
* getText: Defines the format of the status field. Can be "html" or "plain" * getText: Defines the format of the status field. Can be "html" or "plain"
### direct_messages/sent ### direct_messages/sent
#### Parameters #### Parameters
* count * count: Items per page (default: 20)
* page * page: page number
* since_id: minimal id * since_id: minimal id
* max_id: maximum id * max_id: maximum id
* getText: Defines the format of the status field. Can be "html" or "plain" * getText: Defines the format of the status field. Can be "html" or "plain"
@ -277,8 +277,8 @@ Shows all direct messages of a conversation
### direct_messages ### direct_messages
#### Parameters #### Parameters
* count * count: Items per page (default: 20)
* page * page: page number
* since_id: minimal id * since_id: minimal id
* max_id: maximum id * max_id: maximum id
* getText: Defines the format of the status field. Can be "html" or "plain" * getText: Defines the format of the status field. Can be "html" or "plain"