]> git.mxchange.org Git - friendica.git/blobdiff - doc/api.md
fix some german strings on /admin statistics page
[friendica.git] / doc / api.md
index 222ac89e6444a73d2228e07a64ef7a969e80bea5..ca355eef6226380c6aac5c7ed14c7e4832c28093 100644 (file)
@@ -994,7 +994,8 @@ The following API calls from the Twitter API are not implemented in either Frien
 /usr/bin/curl -u USER:PASS https://YOUR.FRIENDICA.TLD/api/statuses/update.xml -d source="some source id" -d status="the status you want to post"
 
 ### Python
-The [RSStoFriedika](https://github.com/pafcu/RSStoFriendika) code can be used as an example of how to use the API with python. The lines for posting are located at [line 21](https://github.com/pafcu/RSStoFriendika/blob/master/RSStoFriendika.py#L21) and following.
+The [RSStoFriedika](https://github.com/pafcu/RSStoFriendika) code can be used as an example of how to use the API with python.
+The lines for posting are located at [line 21](https://github.com/pafcu/RSStoFriendika/blob/master/RSStoFriendika.py#L21) and following.
 
 def tweet(server, message, group_allow=None):
 url = server + '/api/statuses/update'