Jnerocorp Posted October 12, 2009 Share Posted October 12, 2009 Hello, I need to display twitter feeds from twitter to here http://Joeyelectric.com/demos/lockerz/v3/twitter-rss.php here is the code I have so far: <?php $xml = simplexml_load_file('http://twitter.com/statuses/user_timeline/31471128.xml'); foreach($xml->status as $tweet) { echo $tweet->title. "<br />"; } ?> But it is displaying a blank page please help thanks -John Link to comment https://forums.phpfreaks.com/topic/177426-solved-help-with-twitter-rss-feed/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.