diff options
author | zotlabs <mike@macgirvin.com> | 2016-12-21 16:44:33 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-12-21 16:44:33 -0800 |
commit | 9d49faca614a08d2414f657619ad56db414c230b (patch) | |
tree | 6ccf5e00e7c543e508bb376ae8356ca201ec5333 | |
parent | bb85e139f110d2d65a54f8aefbd3777a99d053e2 (diff) | |
download | volse-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
-rwxr-xr-x | util/hz | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |