Curl question

BlitzMax Forums/Brucey's Modules/Curl question

jkrankie(Posted 2009) [#1]
I'm trying to post a message on Twitter using this method:

http://www.terminally-incoherent.com/blog/2007/03/19/posting-twitter-updates-via-curl/

Is libcurl the right thing to be using? and if so how could i do it?

Cheers
Charlie


Htbaa(Posted 2009) [#2]
Yeah you can do it with libcurl. Not sure if the Twitter API needs SSL, if so, you'll need libcurlssl.mod.

Using cURL is fairly straight forward. You basically create your cURL object, configure it and then do your request. Brucey has included lots of examples on how to do it. Go check them out.