aboutsummaryrefslogtreecommitdiffstats
path: root/util/hz
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2016-12-21 16:44:33 -0800
committerzotlabs <mike@macgirvin.com>2016-12-21 16:44:33 -0800
commit9d49faca614a08d2414f657619ad56db414c230b (patch)
tree6ccf5e00e7c543e508bb376ae8356ca201ec5333 /util/hz
parentbb85e139f110d2d65a54f8aefbd3777a99d053e2 (diff)
downloadvolse-hubzilla-9d49faca614a08d2414f657619ad56db414c230b.tar.gz
volse-hubzilla-9d49faca614a08d2414f657619ad56db414c230b.tar.bz2
volse-hubzilla-9d49faca614a08d2414f657619ad56db414c230b.zip
update util/hz to use zot api instead of the (now optional) twitter api
Diffstat (limited to 'util/hz')
-rwxr-xr-xutil/hz2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/hz b/util/hz
index cb6ccf419..8a432c30d 100755
--- a/util/hz
+++ b/util/hz
@@ -33,6 +33,6 @@ echo "enter your message to be posted as $USER @ $HUB, then hit Ctrl-D to send."
MSG=$(cat)
-curl -ssl -u${USER}:${PASS} --data-urlencode "status=${MSG}" https://${HUB}/api/statuses/update
+curl -ssl -u${USER}:${PASS} --data-urlencode "body=${MSG}" https://${HUB}/api/z/1.0/item/update