New Twitter API Endpoints
-
Use the following patch to get this plugin working again:
--- old/simple_twitter.php 2012-11-12 09:49:59.632265395 -0500 +++ new/simple_twitter.php 2012-11-12 09:49:35.592354407 -0500 @@ -137,7 +137,7 @@ global $_opt_last_cache_time; $twitterId = get_option($_opt_twitter_id); if ($twitterId != '') { - $url = 'http://twitter.com/statuses/user_timeline/'.$twitterId.'.rss'; + $url = 'http://api.twitter.com/1/statuses/user_timeline.rss?screen_name='.$twitterId; $title = get_message_from_url($url); if ($title != '') { $msg = extract_message_from_twitter_title($title);
The topic ‘New Twitter API Endpoints’ is closed to new replies.