Simple Twitter RSS Processing

I required a simple feed from Twitter into www.MindOver-matter.co.uk/news.php. There are numerous examples around but a lot of them are very convoluted. Below is an simple code example. The function could of course be modifed to be generic whereby user info etc would be passed in. <?php function parse_cache_feed($usernames, $limit) { $feed = “http://twitter.com/statuses/user_timeline/130211322.rss”; $xml [...]

Development

Social Media updates could be your downfall

Its not aways the wisest of things to do to vent your anger and frustrations online. How To Lose a Job Via Facebook In 140 Characters or Less – http://bit.ly/4nhqK

Twitter