Updated Friendica API (markdown)

Michael Vogel 2014-01-05 01:55:11 -08:00
parent b986179a74
commit 142dd60e8e

@ -6,6 +6,7 @@ Please refer to the linked documentation for further information.
### General ### General
#### Unsupported parameters #### Unsupported parameters
* cursor: Not implemented in StatusNet
* trim_user: Not implemented in StatusNet * trim_user: Not implemented in StatusNet
* include_entities: Not implemented in StatusNet * include_entities: Not implemented in StatusNet
* contributor_details: Not implemented in StatusNet * contributor_details: Not implemented in StatusNet
@ -194,24 +195,22 @@ Favorites aren't displayed to other users, so "user_id" and "screen_name". So se
### help/test ### help/test
### statuses/friends ### statuses/friends
#### not yet implemented
* cursor
#### Unsupported parameters #### Unsupported parameters
* user_id * user_id
* screen_name * screen_name
* include_entities * include_entities
* cursor
Friendica doesn't allow showing friends of other users. Friendica doesn't allow showing friends of other users.
### statuses/followers ### statuses/followers
#### not yet implemented
* cursor
#### Unsupported parameters #### Unsupported parameters
* user_id * user_id
* screen_name * screen_name
* include_entities * include_entities
* cursor
Friendica doesn't allow showing followers of other users. Friendica doesn't allow showing followers of other users.
@ -221,23 +220,23 @@ Friendica doesn't allow showing followers of other users.
### friends/ids ### friends/ids
#### not yet implemented #### not yet implemented
* cursor
* stringify_ids * stringify_ids
#### Unsupported parameters #### Unsupported parameters
* user_id * user_id
* screen_name * screen_name
* cursor
Friendica doesn't allow showing friends of other users. Friendica doesn't allow showing friends of other users.
### followers/ids ### followers/ids
#### not yet implemented #### not yet implemented
* cursor
* stringify_ids * stringify_ids
#### Unsupported parameters #### Unsupported parameters
* user_id * user_id
* screen_name * screen_name
* cursor
Friendica doesn't allow showing followers of other users. Friendica doesn't allow showing followers of other users.