Updated Friendica API (markdown)

Michael Vogel 2015-04-06 18:35:42 +02:00
parent 513820b2da
commit 0c9cd378a9

@ -6,13 +6,13 @@ Please refer to the linked documentation for further information.
### General ### General
#### Unsupported parameters #### Unsupported parameters
* cursor: Not implemented in StatusNet * cursor: Not implemented in GNU Social
* trim_user: Not implemented in StatusNet * trim_user: Not implemented in GNU Social
* contributor_details: Not implemented in StatusNet * contributor_details: Not implemented in GNU Social
* place_id: Not implemented in StatusNet * place_id: Not implemented in GNU Social
* display_coordinates: Not implemented in StatusNet * display_coordinates: Not implemented in GNU Social
* include_rts: To-Do * include_rts: To-Do
* include_my_retweet: Retweets in friendica are implemented in a different way * include_my_retweet: Retweets in Friendica are implemented in a different way
#### Different behaviour #### Different behaviour
* screen_name: The nick name in friendica is only unique in each network but not for all networks. The users are searched in the following priority: Friendica, StatusNet/GNU Social, Diaspora, pump.io, Twitter. If no contact was found by this way, then the first contact is taken. * screen_name: The nick name in friendica is only unique in each network but not for all networks. The users are searched in the following priority: Friendica, StatusNet/GNU Social, Diaspora, pump.io, Twitter. If no contact was found by this way, then the first contact is taken.