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