Use 1.1 url for status update.
1 files changed, 1 insertions(+), 1 deletions(-)

M src/urls.adb
M src/urls.adb +1 -1
@@ 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;