=== modified file 'lib/OAuth.php'
--- lib/OAuth.php	2011-05-27 12:44:36 +0000
+++ lib/OAuth.php	2011-11-10 15:16:12 +0000
@@ -244,8 +244,6 @@
               : 'https';
     $http_url = ($http_url) ? $http_url : $scheme .
                               '://' . $_SERVER['HTTP_HOST'] .
-                              ':' .
-                              $_SERVER['SERVER_PORT'] .
                               $_SERVER['REQUEST_URI'];
     $http_method = ($http_method) ? $http_method : $_SERVER['REQUEST_METHOD'];
 

