Posted by admin | Posted in About the Site, web 2.0 | Posted on 31-01-2009
Tags: Twitter, web 2.0

You want to post something to you Twitter account? For instance you might want your followers to know when your site has been used and what the result was e.g. you site might want to announce each time someone signs up for your service.
The answer is real easy, use cURL and PHP to update your profile. For RSS to Twitter we use the below script.
PHP to Twitter Script
To use the below script call the postToTwitter function with a 140 charter message (if it is over that Twitter will truncate it for you), the user-name (or email) you want to use and the password.

[...] I posted on whyitwas.Com a post about how to use PHP to post to Twitter. The script is a fairly easy script and worth checking out. Below is a screenshot of the script. A [...]