Updated Friendica API (markdown)

Michael Vogel 2014-01-15 11:50:51 -08:00
parent d914bf946e
commit 72c3afab68
1 changed files with 16 additions and 10 deletions

@ -171,6 +171,22 @@ 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.
#### Parameters
* id: id of the post
* count: Items per page (default: 20)
* page: page number
* since_id: minimal id
* max_id: maximum id
#### Unsupported parameters
* include_rts
* include_entities
* trim_user
* contributor_details
### favorites
#### Parameters
* count: Items per page (default: 20)
@ -209,16 +225,6 @@ Friendica doesn't allow showing friends of other users.
Friendica doesn't allow showing followers of other users.
### conversation/show
Unofficial Twitter command. It shows all answers to a given id.
#### Parameters
* id: id of the conversation
* count: Items per page (default: 20)
* page: page number
* since_id: minimal id
* max_id: maximum id
### statusnet/config
### statusnet/version