Updated Friendica API (markdown)

Michael Vogel 2014-01-05 01:55:11 -08:00
parent b986179a74
commit 142dd60e8e
1 changed files with 5 additions and 6 deletions

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