Updated Friendica API (markdown)

Michael Vogel 2014-01-05 01:26:44 -08:00
parent 46b61388ab
commit b0c5e81b90

@ -6,7 +6,8 @@ Please refer to the linked documentation for further information.
### General
#### Unsupported parameters
* include_entities: Implementing this could be much work, so it will be done later
* trim_user: Not implemented in StatusNet
* include_entities: Not implemented in StatusNet
* include_rts: Retweets in friendica are implemented in a different way
* include_my_retweet: Retweets in friendica are implemented in a different way
@ -30,10 +31,10 @@ Please refer to the linked documentation for further information.
#### not yet implemented
* place_id
* display_coordinates
* trim_user
#### Unsupported parameters
* include_entities
* trim_user
### statuses/update_with_media
#### Parameters
@ -48,10 +49,10 @@ Please refer to the linked documentation for further information.
#### not yet implemented
* place_id
* display_coordinates
* trim_user
#### Unsupported parameters
* include_entities
* trim_user
### users/show
#### Parameters
@ -71,12 +72,12 @@ Please refer to the linked documentation for further information.
* conversation_id: Shows all statuses of a given conversation.
#### not yet implemented
* trim_user
* contributor_details
#### Unsupported parameters
* include_rts
* include_entities
* trim_user
### statuses/friends_timeline
#### Parameters
@ -88,12 +89,12 @@ Please refer to the linked documentation for further information.
* conversation_id: Shows all statuses of a given conversation.
#### not yet implemented
* trim_user
* contributor_details
#### Unsupported parameters
* include_rts
* include_entities
* trim_user
### statuses/public_timeline
#### Parameters
@ -104,43 +105,35 @@ Please refer to the linked documentation for further information.
* exclude_replies: don't show replies (default: no)
* conversation_id: Shows all statuses of a given conversation.
#### not yet implemented
* trim_user
#### Unsupported parameters
* include_entities
* trim_user
### statuses/show
#### Parameters
* id: message number
* conversation: if set to "1" show all messages of the conversation with the given id
#### not yet implemented
* trim_user
#### Unsupported parameters
* include_my_retweet
* include_entities
* trim_user
### statuses/retweet
#### Parameters
* id: message number
#### not yet implemented
* trim_user
#### Unsupported parameters
* include_entities
* trim_user
### statuses/destroy
#### Parameters
* id: message number
#### not yet implemented
* trim_user
#### Unsupported parameters
* include_entities
* trim_user
### statuses/mentions
#### Parameters
@ -150,12 +143,12 @@ Please refer to the linked documentation for further information.
* page: page number
#### not yet implemented
* trim_user
* contributor_details
#### Unsupported parameters
* include_rts
* include_entities
* trim_user
### statuses/replies
#### Parameters
@ -165,12 +158,12 @@ Please refer to the linked documentation for further information.
* max_id: maximum id
#### not yet implemented
* trim_user
* contributor_details
#### Unsupported parameters
* include_rts
* include_entities
* trim_user
### statuses/user_timeline
#### Parameters
@ -184,12 +177,12 @@ Please refer to the linked documentation for further information.
* conversation_id: Shows all statuses of a given conversation.
#### not yet implemented
* trim_user
* contributor_details
#### Unsupported parameters
* include_rts
* include_entities
* trim_user
### favorites
#### Parameters