Updated Friendica API (markdown)

Michael Vogel 2015-04-06 17:23:11 +02:00
parent afc6c1505f
commit 78adcd1da1
1 changed files with 10 additions and 0 deletions

@ -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)