Issue: Twitter Library developed by "Jaisen Mathai" throws an exception when uploaded on Media Temple Servers.
EpiOAuthException::raise(Object(EpiCurlManager), false) #1 /nfs/c07/h03/mnt/12345/domains/abcde.com/html/protected/components/twitter/EpiOAuth.php(367): EpiOAuthResponse->__get('_resp')
Solution: Comment line# 149 & 150 of EpiOAuth.php i.e
if(isset($_SERVER ['SERVER_ADDR']) && !empty($_SERVER['SERVER_ADDR']) && $_SERVER['SERVER_ADDR'] != '127.0.0.1')
curl_setopt($ch, CURLOPT_INTERFACE, $_SERVER ['SERVER_ADDR']);
Source: http://github.com/jmathai/twitter-async/issues/issue/47