curl
Posting twitter posts with Curl using PHP, Sobi2 and Joomla
Being experimenting with the API of Twitter. I started out playing with curl to send updates from a joomla directory, once a user added a listing. The concept was to have followers follow the updates live via twitter. Tools used: Joomla , Sobi2 and some basic PHP. Firstly make sure your server supports curl and that the extension is active. A simple install to linux would look something like this. sudo apt-get install curl libcurl3 libcurl3-dev php5-curl Now you have PHP cURL installed, the next thing you need to do is to restart apache2, run the following command in your...
1