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