Display Latest Tweets via PHP | Twitter

Standards Based Development


Warning: file_get_contents(http://twitter.com/statuses/user_timeline/jalbertbowdenii.rss) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found in /nfs/c01/h06/mnt/45373/domains/dev.bowdenweb.com/html/os/twitter/php/latest-tweets.html on line 71

Latest tweets

Display Recent Twitter Tweets Using php

Issues

Being reliant on Twitter's rss is no bueno: a) when it does go down, this throws a php error. 2) Twitter will most likely add it to the walled garden at some point. Need: to figure out a way to load cache twitter.txt, regardless of the feed....so if the feed is there, it'll load the latest tweets, and if the feed is down, at least it'll load some tweets.