--- shorten.module.old	2010-04-02 16:19:56.000000000 -0400
+++ shorten.module	2010-04-30 15:54:07.000000000 -0400
@@ -243,8 +243,8 @@ function shorten_shorten_service() {
   if (variable_get('shorten_bitly_login', '') && variable_get('shorten_bitly_key', '')) {
     $services['bit.ly'] = array(
       'custom' => 'xml',
-      'url' => 'http://api.bit.ly/shorten?version=2.0.1&format=xml&history=1&login='. variable_get('shorten_bitly_login', '') .'&apiKey='. variable_get('shorten_bitly_key', '') .'&longUrl=',
-      'tag' => 'shortUrl',
+      'url' => 'http://api.bit.ly/v3/shorten?login='. variable_get('shorten_bitly_login', '') .'&format=xml&apiKey='. variable_get('shorten_bitly_key', '') .'&longUrl=',
+      'tag' => 'url',
     );
     $services['j.mp'] = array(
       'custom' => '_shorten_jmp',
@@ -610,4 +610,4 @@ function shorten_token_values($type, $da
       'url' => shorten_url(url('node/'. $data->nid, array('absolute' => TRUE))),
     );
   }
-}
\ No newline at end of file
+}
