diff --git a/Friendica-API.md b/Friendica-API.md index e386a71..da9e6aa 100644 --- a/Friendica-API.md +++ b/Friendica-API.md @@ -193,8 +193,6 @@ Please refer to the linked documentation for further information. ### favorites #### Parameters -* user_id -* screen_name * count: Items per page (default: 20) * page: page number @@ -203,6 +201,8 @@ Please refer to the linked documentation for further information. * max_id #### 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. @@ -220,6 +220,8 @@ Favorites aren't displayed to other users, so "user_id" and "screen_name". So se * user_id * screen_name +Friendica doesn't allow showing friends of other users. + ### statuses/followers #### not yet implemented * cursor @@ -229,6 +231,8 @@ Favorites aren't displayed to other users, so "user_id" and "screen_name". So se * screen_name * include_entities +Friendica doesn't allow showing followers of other users. + ### statusnet/config ### statusnet/version @@ -242,6 +246,8 @@ Favorites aren't displayed to other users, so "user_id" and "screen_name". So se * user_id * screen_name +Friendica doesn't allow showing friends of other users. + ### followers/ids #### not yet implemented * cursor @@ -251,6 +257,8 @@ Favorites aren't displayed to other users, so "user_id" and "screen_name". So se * user_id * screen_name +Friendica doesn't allow showing followers of other users. + ### direct_messages/new #### Parameters * user_id