jgoerzen / twidge

Command-line twitter/identica client [Haskell]
http://wiki.github.com/jgoerzen/twidge/
GNU General Public License v2.0
220 stars 29 forks source link

Updates not appear on Twitter #11

Closed astanin closed 14 years ago

astanin commented 14 years ago

Just installed 1.0.1. I re-run twidge setup as required to use OAuth. However, I post updates. When I run something like

$ twidge update "hello world"

The program exits successfully

$ echo $?
0

but the message doesn't appear in my twitter. There are no error messages.

I tried also to remove and create a new .twidgerc, the same result.

jgoerzen commented 14 years ago

Corrected problem with update and other similar "modify" commands

They were being sent as GET instead of POST.

Changed sendAuthRequest to take an explicit method parameter and updated the commands to use it.

Fixed TwidgeHttpClient to properly send stuff for POST.

Closed by 0a87c1b18ada43f0a94e435ac8f317883d7b6db7