Updated Friendica API (markdown)

Michael Vogel 2014-02-11 16:48:54 -08:00
parent c966d3bde6
commit 7e6a822776

@ -8,11 +8,10 @@ Please refer to the linked documentation for further information.
#### Unsupported parameters
* cursor: Not implemented in StatusNet
* trim_user: Not implemented in StatusNet
* include_entities: Not implemented in StatusNet
* contributor_details: Not implemented in StatusNet
* place_id: Not implemented in StatusNet
* display_coordinates: Not implemented in StatusNet
* include_rts: Retweets in friendica are implemented in a different way
* include_rts: To-Do
* include_my_retweet: Retweets in friendica are implemented in a different way
#### Different behaviour
@ -25,9 +24,7 @@ Please refer to the linked documentation for further information.
### account/verify_credentials
#### Parameters
* skip_status: Don't show the "status" field. (Default: no)
#### Unsupported parameters
* include_entities
* include_entities: "true" shows entities for pictures and links (Default: false)
### statuses/update, statuses/update_with_media
#### Parameters
@ -44,9 +41,9 @@ Please refer to the linked documentation for further information.
* group_deny
* contact_deny
* network
* include_entities: "true" shows entities for pictures and links (Default: false)
#### Unsupported parameters
* include_entities
* trim_user
* place_id
* display_coordinates
@ -55,9 +52,7 @@ Please refer to the linked documentation for further information.
#### Parameters
* user_id: id of the user
* screen_name: screen name (for technical reasons, this value is not unique!)
#### Unsupported parameters
* include_entities
* include_entities: "true" shows entities for pictures and links (Default: false)
### statuses/home_timeline
#### Parameters
@ -67,10 +62,10 @@ Please refer to the linked documentation for further information.
* max_id: maximum id
* exclude_replies: don't show replies (default: no)
* conversation_id: Shows all statuses of a given conversation.
* include_entities: "true" shows entities for pictures and links (Default: false)
#### Unsupported parameters
* include_rts
* include_entities
* trim_user
* contributor_details
@ -82,10 +77,10 @@ Please refer to the linked documentation for further information.
* max_id: maximum id
* exclude_replies: don't show replies (default: no)
* conversation_id: Shows all statuses of a given conversation.
* include_entities: "true" shows entities for pictures and links (Default: false)
#### Unsupported parameters
* include_rts
* include_entities
* trim_user
* contributor_details
@ -97,35 +92,35 @@ Please refer to the linked documentation for further information.
* max_id: maximum id
* exclude_replies: don't show replies (default: no)
* conversation_id: Shows all statuses of a given conversation.
* include_entities: "true" shows entities for pictures and links (Default: false)
#### 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
* include_entities: "true" shows entities for pictures and links (Default: false)
#### Unsupported parameters
* include_my_retweet
* include_entities
* trim_user
### statuses/retweet
#### Parameters
* id: message number
* include_entities: "true" shows entities for pictures and links (Default: false)
#### Unsupported parameters
* include_entities
* trim_user
### statuses/destroy
#### Parameters
* id: message number
* include_entities: "true" shows entities for pictures and links (Default: false)
#### Unsupported parameters
* include_entities
* trim_user
### statuses/mentions
@ -134,10 +129,10 @@ Please refer to the linked documentation for further information.
* page: page number
* since_id: minimal id
* max_id: maximum id
* include_entities: "true" shows entities for pictures and links (Default: false)
#### Unsupported parameters
* include_rts
* include_entities
* trim_user
* contributor_details
@ -147,10 +142,10 @@ Please refer to the linked documentation for further information.
* page: page number
* since_id: minimal id
* max_id: maximum id
* include_entities: "true" shows entities for pictures and links (Default: false)
#### Unsupported parameters
* include_rts
* include_entities
* trim_user
* contributor_details
@ -164,10 +159,10 @@ Please refer to the linked documentation for further information.
* max_id: maximum id
* exclude_replies: don't show replies (default: no)
* conversation_id: Shows all statuses of a given conversation.
* include_entities: "true" shows entities for pictures and links (Default: false)
#### Unsupported parameters
* include_rts
* include_entities
* trim_user
* contributor_details
@ -180,10 +175,10 @@ Unofficial Twitter command. It shows all direct answers (excluding the original
* page: page number
* since_id: minimal id
* max_id: maximum id
* include_entities: "true" shows entities for pictures and links (Default: false)
#### Unsupported parameters
* include_rts
* include_entities
* trim_user
* contributor_details
@ -193,11 +188,11 @@ Unofficial Twitter command. It shows all direct answers (excluding the original
* page: page number
* since_id: minimal id
* max_id: maximum id
* include_entities: "true" shows entities for pictures and links (Default: false)
#### Unsupported parameters
* user_id
* screen_name
* 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.
@ -206,21 +201,21 @@ Favorites aren't displayed to other users, so "user_id" and "screen_name". So se
### help/test
### statuses/friends
* include_entities: "true" shows entities for pictures and links (Default: false)
#### Unsupported parameters
* user_id
* screen_name
* include_entities
* cursor
Friendica doesn't allow showing friends of other users.
### statuses/followers
* include_entities: "true" shows entities for pictures and links (Default: false)
#### Unsupported parameters
* user_id
* screen_name
* include_entities
* cursor
Friendica doesn't allow showing followers of other users.
@ -284,9 +279,7 @@ Shows all direct messages of a conversation
* since_id: minimal id
* max_id: maximum id
* getText: Defines the format of the status field. Can be "html" or "plain"
#### Unsupported parameters
* include_entities
* include_entities: "true" shows entities for pictures and links (Default: false)
### direct_messages
#### Parameters
@ -295,9 +288,9 @@ Shows all direct messages of a conversation
* since_id: minimal id
* max_id: maximum id
* getText: Defines the format of the status field. Can be "html" or "plain"
* include_entities: "true" shows entities for pictures and links (Default: false)
#### Unsupported parameters
* include_entities
* skip_status
### oauth/request_token