Updated Friendica API (markdown)

Michael Vogel 2014-01-05 04:43:22 -08:00
parent e4be492078
commit 9e4b22ad86
1 changed files with 10 additions and 10 deletions

@ -185,8 +185,8 @@ Please refer to the linked documentation for further information.
* max_id: maximum id
#### Unsupported parameters
* user_id: id of the user
* screen_name: screen name (for technical reasons, this value is not unique!)
* 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.
@ -198,8 +198,8 @@ Favorites aren't displayed to other users, so "user_id" and "screen_name". So se
### statuses/friends
#### Unsupported parameters
* user_id: id of the user
* screen_name: screen name (for technical reasons, this value is not unique!)
* user_id
* screen_name
* include_entities
* cursor
@ -208,8 +208,8 @@ Friendica doesn't allow showing friends of other users.
### statuses/followers
#### Unsupported parameters
* user_id: id of the user
* screen_name: screen name (for technical reasons, this value is not unique!)
* user_id
* screen_name
* include_entities
* cursor
@ -224,8 +224,8 @@ Friendica doesn't allow showing followers of other users.
* stringify_ids: Should the id numbers be sent as text (true) or number (false)? (default: false)
#### Unsupported parameters
* user_id: id of the user
* screen_name: screen name (for technical reasons, this value is not unique!)
* user_id
* screen_name
* cursor
Friendica doesn't allow showing friends of other users.
@ -235,8 +235,8 @@ Friendica doesn't allow showing friends of other users.
* stringify_ids: Should the id numbers be sent as text (true) or number (false)? (default: false)
#### Unsupported parameters
* user_id: id of the user
* screen_name: screen name (for technical reasons, this value is not unique!)
* user_id
* screen_name
* cursor
Friendica doesn't allow showing followers of other users.