views:

24

answers:

0

Inspired by Scripting Twitter with cURL, I'm trying to make a command line app in C, used to update my Twitter status.

I'm not really sure how curl works in this case... I guess by appending the newly created status to the XML.

My question is: how to implement POST in C (libcurl is not used)? Maybe just by using networking functions from Win32 API?