@@ 34,7 34,7 @@ package body URLs is
begin
case Blog is
when TWITTER_BLOG =>
- return "http://api.twitter.com/1/statuses/home_timeline.json";
+ return "http://api.twitter.com/1.1/statuses/home_timeline.json";
when IDENTICA_BLOG =>
return "http://identi.ca/api/statuses/home_timeline.json";
end case;