Jump to content

[SOLVED] Help with twitter rss feed


Jnerocorp

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.