Update Your Twitter Status Remotely Using PHP

The reason Twitter is so hugely popular is because their API allows for you to do almost anything. Here’s how you can tweet remotely using PHP. The PHP /* settings */ $username = ‘myUser’; $password = ‘**********’; $format = ‘xml’; //alternative: json $message = ‘David Walsh\’s blog rocks! https://davidwalsh.name/’; /* work */ $result = shell_exec(‘curl … Continue reading Update Your Twitter Status Remotely Using PHP