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