Updated Friendica API (markdown)

Michael Vogel 2014-01-05 01:33:05 -08:00
parent b0c5e81b90
commit 0a0342f3c9

@ -8,6 +8,7 @@ Please refer to the linked documentation for further information.
#### Unsupported parameters
* trim_user: Not implemented in StatusNet
* include_entities: Not implemented in StatusNet
* contributor_details: 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
@ -71,13 +72,11 @@ 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
* contributor_details
#### Unsupported parameters
* include_rts
* include_entities
* trim_user
* contributor_details
### statuses/friends_timeline
#### Parameters
@ -88,13 +87,11 @@ 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
* contributor_details
#### Unsupported parameters
* include_rts
* include_entities
* trim_user
* contributor_details
### statuses/public_timeline
#### Parameters
@ -142,13 +139,11 @@ Please refer to the linked documentation for further information.
* max_id: maximum id
* page: page number
#### not yet implemented
* contributor_details
#### Unsupported parameters
* include_rts
* include_entities
* trim_user
* contributor_details
### statuses/replies
#### Parameters
@ -157,13 +152,11 @@ Please refer to the linked documentation for further information.
* since_id: minimal id
* max_id: maximum id
#### not yet implemented
* contributor_details
#### Unsupported parameters
* include_rts
* include_entities
* trim_user
* contributor_details
### statuses/user_timeline
#### Parameters
@ -176,13 +169,11 @@ 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
* contributor_details
#### Unsupported parameters
* include_rts
* include_entities
* trim_user
* contributor_details
### favorites
#### Parameters