Updated Friendica API (markdown)

Michael Vogel 2014-01-05 00:58:25 -08:00
parent 9251bd54ea
commit 3c18f74a10
1 changed files with 34 additions and 10 deletions

@ -4,11 +4,19 @@ Please refer to the linked documentation for further information.
## Implemented API calls
### General
#### Unsupported parameters
* include_entities: Implementing this could be much work, so it will be done later
* include_rts: Retweets in friendica are implemented in a different way
* include_my_retweet: Retweets in friendica are implemented in a different way
### account/verify_credentials
#### not yet implemented
* include_entities
* skip_status
#### Unsupported parameters
* include_entities
### statuses/update
#### Parameters
* title: Title of the status
@ -23,6 +31,8 @@ Please refer to the linked documentation for further information.
* place_id
* display_coordinates
* trim_user
#### Unsupported parameters
* include_entities
### statuses/update_with_media
@ -39,6 +49,8 @@ Please refer to the linked documentation for further information.
* place_id
* display_coordinates
* trim_user
#### Unsupported parameters
* include_entities
### users/show
@ -46,7 +58,7 @@ Please refer to the linked documentation for further information.
* user_id: id of the user
* screen_name: screen name (for technical reasons, this value is not unique!)
#### not yet implemented
#### Unsupported parameters
* include_entities
### statuses/home_timeline
@ -60,11 +72,11 @@ Please refer to the linked documentation for further information.
#### not yet implemented
* trim_user
* include_entities
* contributor_details
#### Unsupported parameters
* include_rts
* include_entities
### statuses/friends_timeline
#### Parameters
@ -77,11 +89,11 @@ Please refer to the linked documentation for further information.
#### not yet implemented
* trim_user
* include_entities
* contributor_details
#### Unsupported parameters
* include_rts
* include_entities
### statuses/public_timeline
#### Parameters
@ -94,6 +106,8 @@ Please refer to the linked documentation for further information.
#### not yet implemented
* trim_user
#### Unsupported parameters
* include_entities
### statuses/show
@ -103,10 +117,10 @@ Please refer to the linked documentation for further information.
#### not yet implemented
* trim_user
* include_entities
#### Unsupported parameters
* include_my_retweet
* include_entities
### statuses/retweet
#### Parameters
@ -114,6 +128,8 @@ Please refer to the linked documentation for further information.
#### not yet implemented
* trim_user
#### Unsupported parameters
* include_entities
### statuses/destroy
@ -124,6 +140,8 @@ Please refer to the linked documentation for further information.
* trim_user
* include_entities
#### Unsupported parameters
### statuses/mentions
#### Parameters
* count: Items per page (default: 20)
@ -133,11 +151,11 @@ Please refer to the linked documentation for further information.
#### not yet implemented
* trim_user
* include_entities
* contributor_details
#### Unsupported parameters
* include_rts
* include_entities
### statuses/replies
#### Parameters
@ -148,11 +166,11 @@ Please refer to the linked documentation for further information.
#### not yet implemented
* trim_user
* include_entities
* contributor_details
#### Unsupported parameters
* include_rts
* include_entities
### statuses/user_timeline
#### Parameters
@ -167,11 +185,11 @@ Please refer to the linked documentation for further information.
#### not yet implemented
* trim_user
* include_entities
* contributor_details
#### Unsupported parameters
* include_rts
* include_entities
### favorites
#### Parameters
@ -183,6 +201,8 @@ Please refer to the linked documentation for further information.
#### not yet implemented
* since_id
* max_id
#### Unsupported parameters
* 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.
@ -203,11 +223,11 @@ Favorites aren't displayed to other users, so "user_id" and "screen_name". So se
### statuses/followers
#### not yet implemented
* cursor
* include_entities
#### Unsupported parameters
* user_id
* screen_name
* include_entities
### statusnet/config
@ -264,6 +284,8 @@ Shows all direct messages of a conversation
#### not yet implemented
* max_id
#### Unsupported parameters
* include_entities
### direct_messages
@ -275,9 +297,11 @@ Shows all direct messages of a conversation
#### not yet implemented
* max_id
* include_entities
* skip_status
#### Unsupported parameters
* include_entities
### oauth/request_token
#### Parameters
* oauth_callback