diff --git a/Friendica-API.md b/Friendica-API.md index 242ce22..32872c3 100644 --- a/Friendica-API.md +++ b/Friendica-API.md @@ -106,6 +106,16 @@ Shows all direct messages of a conversation Favorites aren't displayed to other users, so "user_id" and "screen_name". So setting this value will result in an empty array. +### favorites/create +#### Parameters +* id +* include_entities + +### favorites/destroy +#### Parameters +* id +* include_entities + ### followers/ids #### Parameters * stringify_ids: Should the id numbers be sent as text (true) or number (false)? (default: false) @@ -326,8 +336,6 @@ Friendica doesn't allow showing friends of other users. ## Not Implemented API calls The following list is extracted from the [API source file](https://github.com/friendica/friendica/blob/master/include/api.php) (at the very bottom): -* favorites/create -* favorites/destroy * statuses/retweets_of_me * friendships/create * friendships/destroy