X-Git-Url: https://git.ao2.it/tweeper.git/blobdiff_plain/63772429866f3d7a4c5bd6c8d3e5184bf15db902..8da94863a9efd3a52978f14b3b4603f376665ea7:/tweeper.php

diff --git a/tweeper.php b/tweeper.php
index c2c5a04..923b303 100644
--- a/tweeper.php
+++ b/tweeper.php
@@ -52,6 +52,7 @@ class Tweeper {
     $ch = curl_init($url);
     curl_setopt_array($ch, array(
       CURLOPT_HEADER => FALSE,
+      CURLOPT_FOLLOWLOCATION => TRUE,  // follow http redirects to get the real URL
       CURLOPT_RETURNTRANSFER => TRUE,
       CURLOPT_SSL_VERIFYHOST => FALSE,
       CURLOPT_SSL_VERIFYPEER => FALSE,