diff --git a/Friendica-API.md b/Friendica-API.md index e728822..41e5316 100644 --- a/Friendica-API.md +++ b/Friendica-API.md @@ -127,6 +127,16 @@ Favorites aren't displayed to other users, so "user_id" and "screen_name". So se Friendica doesn't allow showing followers of other users. +### friendica/photo +#### Parameters +* photo_id: Resource id of a photo. + +Returns data of a picture with the given resource. + +### friendica/photos/list + +Returns a list of all photo resources of the logged in user. + ### friends/ids #### Parameters * stringify_ids: Should the id numbers be sent as text (true) or number (false)? (default: false)