]> git.mxchange.org Git - friendica-addons.git/commitdiff
Review updates
authorAdam Magness <adam.magness@gmail.com>
Sat, 27 Jan 2018 16:23:04 +0000 (11:23 -0500)
committerAdam Magness <adam.magness@gmail.com>
Sat, 27 Jan 2018 16:23:04 +0000 (11:23 -0500)
update renamed and moved functions

19 files changed:
blogger/blogger.php
buffer/buffer.php
curweather/curweather.php
dwpost/dwpost.php
fortunate/fortunate.php
fromgplus/fromgplus.php
geocoordinates/geocoordinates.php
geonames/geonames.php
ijpost/ijpost.php
jappixmini/jappixmini.php
leistungsschutzrecht/leistungsschutzrecht.php
libertree/libertree.php
ljpost/ljpost.php
mailstream/mailstream.php
openstreetmap/openstreetmap.php
pumpio/pumpio.php
statusnet/statusnet.php
twitter/twitter.php
wppost/wppost.php

index 7d1a3f4a0db5f78bdd19048fb43908bf02ca4c24..7dfbcc4a2d526f6b9b9d1420fad33751896ea285 100644 (file)
@@ -206,7 +206,7 @@ EOT;
                logger('blogger: data: ' . $xml, LOGGER_DATA);
 
                if ($bl_blog !== 'test') {
                logger('blogger: data: ' . $xml, LOGGER_DATA);
 
                if ($bl_blog !== 'test') {
-                       $x = Network::postURL($bl_blog, $xml);
+                       $x = Network::post($bl_blog, $xml);
                }
 
                logger('posted to blogger: ' . (($x) ? $x : ''), LOGGER_DEBUG);
                }
 
                logger('posted to blogger: ' . (($x) ? $x : ''), LOGGER_DEBUG);
index 3d02d55f488918c5043fdb2f5dcc73b30bc74a24..bb1d8482e5405d23a3b642bba7f74e8d3277a3f7 100644 (file)
@@ -351,11 +351,11 @@ function buffer_send(App $a, &$b)
 
                                //if ($includedlinks) {
                                //      if (isset($post["url"]))
 
                                //if ($includedlinks) {
                                //      if (isset($post["url"]))
-                               //              $post["url"] = Network::shortLink($post["url"]);
+                               //              $post["url"] = Network::shortenUrl($post["url"]);
                                //      if (isset($post["image"]))
                                //      if (isset($post["image"]))
-                               //              $post["image"] = Network::shortLink($post["image"]);
+                               //              $post["image"] = Network::shortenUrl($post["image"]);
                                //      if (isset($post["preview"]))
                                //      if (isset($post["preview"]))
-                               //              $post["preview"] = Network::shortLink($post["preview"]);
+                               //              $post["preview"] = Network::shortenUrl($post["preview"]);
                                //}
 
                                // Seems like a bug to me
                                //}
 
                                // Seems like a bug to me
index 928b8bbe819073743f1aa0ea6316f03a459c5c98..edf96c3eb517947b21368406f016f99657c9bc5e 100644 (file)
@@ -32,7 +32,7 @@ function getWeather( $loc, $units='metric', $lang='en', $appid='', $cachetime=0)
        }
     }
     try {
        }
     }
     try {
-       $res = new SimpleXMLElement(Network::fetchURL($url));
+       $res = new SimpleXMLElement(Network::fetchUrl($url));
     } catch (Exception $e) {
        info(L10n::t('Error fetching weather data.\nError was: '.$e->getMessage()));
        return false;
     } catch (Exception $e) {
        info(L10n::t('Error fetching weather data.\nError was: '.$e->getMessage()));
        return false;
index 92e34efc5f7e09dda9732b4ddf78d754f363c251..42b1770e56d05ef72203a4f9f68d73aa40595912 100644 (file)
@@ -222,7 +222,7 @@ EOT;
                logger('dwpost: data: ' . $xml, LOGGER_DATA);
 
                if($dw_blog !== 'test') {
                logger('dwpost: data: ' . $xml, LOGGER_DATA);
 
                if($dw_blog !== 'test') {
-                       $x = Network::postURL($dw_blog, $xml, ["Content-Type: text/xml"]);
+                       $x = Network::post($dw_blog, $xml, ["Content-Type: text/xml"]);
                }
                logger('posted to dreamwidth: ' . ($x) ? $x : '', LOGGER_DEBUG);
        }
                }
                logger('posted to dreamwidth: ' . ($x) ? $x : '', LOGGER_DEBUG);
        }
index c51bf3745f03a71e7a3ed7a8a1f4d0fe72a61ef6..8c15caa6d9a6df18732d8fb9aa6796f4a22f6159 100644 (file)
@@ -32,7 +32,7 @@ function fortunate_fetch(&$a, &$b)
                . $a->get_baseurl() . '/addon/fortunate/fortunate.css' . '" media="all" />' . "\r\n";
 
        if (FORTUNATE_SERVER != 'hostname.com') {
                . $a->get_baseurl() . '/addon/fortunate/fortunate.css' . '" media="all" />' . "\r\n";
 
        if (FORTUNATE_SERVER != 'hostname.com') {
-               $s = Network::fetchURL('http://' . FORTUNATE_SERVER . '/cookie.php?numlines=2&equal=1&rand=' . mt_rand());
+               $s = Network::fetchUrl('http://' . FORTUNATE_SERVER . '/cookie.php?numlines=2&equal=1&rand=' . mt_rand());
                $b .= '<div class="fortunate">' . $s . '</div>';
        }
 }
                $b .= '<div class="fortunate">' . $s . '</div>';
        }
 }
index 36791310dd438ea94e11f29ac7451fc62dbd17e1..0a2b680227a05007af5773838abe1b0fb1cefbd5 100644 (file)
@@ -325,13 +325,13 @@ function fromgplus_handleattachments($a, $uid, $item, $displaytext, $shared) {
                switch($attachment->objectType) {
                        case "video":
                                $pagedata["type"] = "video";
                switch($attachment->objectType) {
                        case "video":
                                $pagedata["type"] = "video";
-                               $pagedata["url"] = Network::originalURL($attachment->url);
+                               $pagedata["url"] = Network::finalUrl($attachment->url);
                                $pagedata["title"] = fromgplus_html2bbcode($attachment->displayName);
                                break;
 
                        case "article":
                                $pagedata["type"] = "link";
                                $pagedata["title"] = fromgplus_html2bbcode($attachment->displayName);
                                break;
 
                        case "article":
                                $pagedata["type"] = "link";
-                               $pagedata["url"] = Network::originalURL($attachment->url);
+                               $pagedata["url"] = Network::finalUrl($attachment->url);
                                $pagedata["title"] = fromgplus_html2bbcode($attachment->displayName);
 
                                $images = fromgplus_cleanupgoogleproxy($attachment->fullImage, $attachment->image);
                                $pagedata["title"] = fromgplus_html2bbcode($attachment->displayName);
 
                                $images = fromgplus_cleanupgoogleproxy($attachment->fullImage, $attachment->image);
@@ -382,7 +382,7 @@ function fromgplus_handleattachments($a, $uid, $item, $displaytext, $shared) {
                                break;
 
                        case "photo-album":
                                break;
 
                        case "photo-album":
-                               $pagedata["url"] = Network::originalURL($attachment->url);
+                               $pagedata["url"] = Network::finalUrl($attachment->url);
                                $pagedata["title"] = fromgplus_html2bbcode($attachment->displayName);
                                $post .= "\n\n[bookmark=".$pagedata["url"]."]".$pagedata["title"]."[/bookmark]\n";
 
                                $pagedata["title"] = fromgplus_html2bbcode($attachment->displayName);
                                $post .= "\n\n[bookmark=".$pagedata["url"]."]".$pagedata["title"]."[/bookmark]\n";
 
@@ -403,7 +403,7 @@ function fromgplus_handleattachments($a, $uid, $item, $displaytext, $shared) {
 
                        case "album":
                                $pagedata["type"] = "link";
 
                        case "album":
                                $pagedata["type"] = "link";
-                               $pagedata["url"] = Network::originalURL($attachment->url);
+                               $pagedata["url"] = Network::finalUrl($attachment->url);
                                $pagedata["title"] = fromgplus_html2bbcode($attachment->displayName);
 
                                $thumb = $attachment->thumbnails[0];
                                $pagedata["title"] = fromgplus_html2bbcode($attachment->displayName);
 
                                $thumb = $attachment->thumbnails[0];
@@ -416,7 +416,7 @@ function fromgplus_handleattachments($a, $uid, $item, $displaytext, $shared) {
                                break;
 
                        case "audio":
                                break;
 
                        case "audio":
-                               $pagedata["url"] = Network::originalURL($attachment->url);
+                               $pagedata["url"] = Network::finalUrl($attachment->url);
                                $pagedata["title"] = fromgplus_html2bbcode($attachment->displayName);
                                $post .= "\n\n[bookmark=".$pagedata["url"]."]".$pagedata["title"]."[/bookmark]\n";
                                break;
                                $pagedata["title"] = fromgplus_html2bbcode($attachment->displayName);
                                $post .= "\n\n[bookmark=".$pagedata["url"]."]".$pagedata["title"]."[/bookmark]\n";
                                break;
@@ -441,7 +441,7 @@ function fromgplus_fetch($a, $uid) {
        $account = PConfig::get($uid,'fromgplus','account');
        $key = Config::get('fromgplus','key');
 
        $account = PConfig::get($uid,'fromgplus','account');
        $key = Config::get('fromgplus','key');
 
-       $result = Network::fetchURL("https://www.googleapis.com/plus/v1/people/".$account."/activities/public?alt=json&pp=1&key=".$key."&maxResults=".$maxfetch);
+       $result = Network::fetchUrl("https://www.googleapis.com/plus/v1/people/".$account."/activities/public?alt=json&pp=1&key=".$key."&maxResults=".$maxfetch);
        //$result = file_get_contents("google.txt");
        //file_put_contents("google.txt", $result);
 
        //$result = file_get_contents("google.txt");
        //file_put_contents("google.txt", $result);
 
index a714d8f28fe17d78beb6607eeae63717e96d44eb..89ccd88396441eabeb1c679f8d876ca11d5fee27 100644 (file)
@@ -51,7 +51,7 @@ function geocoordinates_resolve_item(&$item)
                return;
        }
 
                return;
        }
 
-       $s = Network::fetchURL("https://api.opencagedata.com/geocode/v1/json?q=".$coords[0].",".$coords[1]."&key=".$key."&language=".$language);
+       $s = Network::fetchUrl("https://api.opencagedata.com/geocode/v1/json?q=".$coords[0].",".$coords[1]."&key=".$key."&language=".$language);
 
        if (!$s) {
                logger("API could not be queried", LOGGER_DEBUG);
 
        if (!$s) {
                logger("API could not be queried", LOGGER_DEBUG);
index 550984570a75d843e513f01320065224898b37b7..79e268e6eeddb2d948953fa2b41d32e97636d6ca 100644 (file)
@@ -24,6 +24,7 @@ use Friendica\Core\Config;
 use Friendica\Core\L10n;
 use Friendica\Core\PConfig;
 use Friendica\Util\Network;
 use Friendica\Core\L10n;
 use Friendica\Core\PConfig;
 use Friendica\Util\Network;
+use Friendica\Util\XML;
 
 function geonames_install() {
 
 
 function geonames_install() {
 
@@ -112,12 +113,12 @@ function geonames_post_hook($a, &$item) {
         *
         */
 
         *
         */
 
-       $s = Network::fetchURL('http://api.geonames.org/findNearbyPlaceName?lat=' . $coords[0] . '&lng=' . $coords[1] . '&username=' . $geo_account);
+       $s = Network::fetchUrl('http://api.geonames.org/findNearbyPlaceName?lat=' . $coords[0] . '&lng=' . $coords[1] . '&username=' . $geo_account);
 
        if(! $s)
                return;
 
 
        if(! $s)
                return;
 
-       $xml = Network::parseXmlString($s);
+       $xml = XML::parseString($s);
 
        if($xml->geoname->name && $xml->geoname->countryName)
                $item['location'] = $xml->geoname->name . ', ' . $xml->geoname->countryName;
 
        if($xml->geoname->name && $xml->geoname->countryName)
                $item['location'] = $xml->geoname->name . ', ' . $xml->geoname->countryName;
index fe0722532ccb6c54cd1176ca2fe0f1484b63559f..9d9f9112087f80fd37272a9f008f68219e0b7127 100644 (file)
@@ -221,7 +221,7 @@ EOT;
                logger('ijpost: data: ' . $xml, LOGGER_DATA);
 
                if($ij_blog !== 'test') {
                logger('ijpost: data: ' . $xml, LOGGER_DATA);
 
                if($ij_blog !== 'test') {
-                       $x = Network::postURL($ij_blog, $xml, ["Content-Type: text/xml"]);
+                       $x = Network::post($ij_blog, $xml, ["Content-Type: text/xml"]);
                }
                logger('posted to insanejournal: ' . ($x) ? $x : '', LOGGER_DEBUG);
 
                }
                logger('posted to insanejournal: ' . ($x) ? $x : '', LOGGER_DEBUG);
 
index 4f8f7ff3955ec5f64c5fb0a925a96418f7f2db74..23f99f17ad211fabf1278ce96d2d857e57fed0ec 100644 (file)
@@ -659,7 +659,7 @@ function jappixmini_cron(App $a, $d)
 
                        try {
                                // send request
 
                        try {
                                // send request
-                               $answer_json = Network::fetchURL($url);
+                               $answer_json = Network::fetchUrl($url);
 
                                // parse answer
                                $answer = json_decode($answer_json);
 
                                // parse answer
                                $answer = json_decode($answer_json);
index b59abd7bd09289969d59bf9be3f9be7dd46f50b4..04d3e556d6bbba17babed29cec1b3e6e37266a17 100644 (file)
@@ -70,7 +70,7 @@ function leistungsschutzrecht_fetchsites()
 {
        // This list works - but question is how current it is
        $url = "http://leistungsschutzrecht-stoppen.d-64.org/blacklist.txt";
 {
        // This list works - but question is how current it is
        $url = "http://leistungsschutzrecht-stoppen.d-64.org/blacklist.txt";
-       $sitelist = Network::fetchURL($url);
+       $sitelist = Network::fetchUrl($url);
        $siteurls = explode(',', $sitelist);
 
        $whitelist = ['tagesschau.de', 'heute.de', 'wdr.de'];
        $siteurls = explode(',', $sitelist);
 
        $whitelist = ['tagesschau.de', 'heute.de', 'wdr.de'];
@@ -89,7 +89,7 @@ function leistungsschutzrecht_fetchsites()
 
        $url = "http://www.vg-media.de/lizenzen/digitale-verlegerische-angebote/wahrnehmungsberechtigte-digitale-verlegerische-angebote.html";
 
 
        $url = "http://www.vg-media.de/lizenzen/digitale-verlegerische-angebote/wahrnehmungsberechtigte-digitale-verlegerische-angebote.html";
 
-       $site = Network::fetchURL($url);
+       $site = Network::fetchUrl($url);
 
        $doc = new DOMDocument();
        @$doc->loadHTML($site);
 
        $doc = new DOMDocument();
        @$doc->loadHTML($site);
index 0054b5e5d75a00512b3649f8b380664f53e66cef..b48c9b188d90e83866e2e4db42ce7146a2448f7e 100644 (file)
@@ -230,7 +230,7 @@ function libertree_send(&$a,&$b) {
                //      'token' => $ltree_api_token
                ];
 
                //      'token' => $ltree_api_token
                ];
 
-               $result = Network::postURL($ltree_blog, $params);
+               $result = Network::post($ltree_blog, $params);
                logger('libertree: ' . $result);
        }
 }
                logger('libertree: ' . $result);
        }
 }
index 7ab748ea5e2cb017d029d5d0245f1dc5a57246eb..981162e8e33b9676e10a10eb73654ac1e79b414e 100644 (file)
@@ -235,7 +235,7 @@ EOT;
                logger('ljpost: data: ' . $xml, LOGGER_DATA);
 
                if ($lj_blog !== 'test') {
                logger('ljpost: data: ' . $xml, LOGGER_DATA);
 
                if ($lj_blog !== 'test') {
-                       $x = Network::postURL($lj_blog, $xml, ["Content-Type: text/xml"]);
+                       $x = Network::post($lj_blog, $xml, ["Content-Type: text/xml"]);
                }
                logger('posted to livejournal: ' . ($x) ? $x : '', LOGGER_DEBUG);
        }
                }
                logger('posted to livejournal: ' . ($x) ? $x : '', LOGGER_DEBUG);
        }
index fd5a58aae4cffa7034fb8d4d69804bd4b6492a8a..4ff4c69d7f4cfe74d56405d489334d98e8307573 100644 (file)
@@ -156,7 +156,7 @@ function mailstream_do_images($a, &$item, &$attachments) {
                $redirects;
                $cookiejar = tempnam(get_temppath(), 'cookiejar-mailstream-');
                $attachments[$url] = [
                $redirects;
                $cookiejar = tempnam(get_temppath(), 'cookiejar-mailstream-');
                $attachments[$url] = [
-                       'data' => Network::fetchURL($url, true, $redirects, 0, null, $cookiejar),
+                       'data' => Network::fetchUrl($url, true, $redirects, 0, null, $cookiejar),
                        'guid' => hash("crc32", $url),
                        'filename' => basename($url),
                        'type' => $a->get_curl_content_type()];
                        'guid' => hash("crc32", $url),
                        'filename' => basename($url),
                        'type' => $a->get_curl_content_type()];
index 2bcf06f458400cafbdd5ae3f3344ecf183fcec5d..1a4a55714f8fe4b76f08b37d4d530f9ffdd480c7 100644 (file)
@@ -116,7 +116,7 @@ function openstreetmap_generate_named_map(&$a, &$b)
                $nomserver = 'http://nominatim.openstreetmap.org/search.php';
        $args = '?q=' . urlencode($b['location']) . '&format=json';
 
                $nomserver = 'http://nominatim.openstreetmap.org/search.php';
        $args = '?q=' . urlencode($b['location']) . '&format=json';
 
-       $x = Network::zFetchURL($nomserver . $args);
+       $x = Network::curl($nomserver . $args);
        if($x['success']) {
                $j = json_decode($x['body'],true);
 
        if($x['success']) {
                $j = json_decode($x['body'],true);
 
index 0973559ccc57f40528bd7f5536f98f7fcf63bc2f..6a7429ffb0d297d0fe13a58343622df59ce6be2a 100644 (file)
@@ -1699,7 +1699,7 @@ function pumpio_fetchallcomments(&$a, $uid, $id) {
 
 
 function pumpio_reachable($url) {
 
 
 function pumpio_reachable($url) {
-       $data = Network::zFetchURL($url, false, $redirects, ['timeout'=>10]);
+       $data = Network::curl($url, false, $redirects, ['timeout'=>10]);
        return(intval($data['return_code']) != 0);
 }
 
        return(intval($data['return_code']) != 0);
 }
 
index 658b106df0f3f85ecea1c625aaa4ecbcab2ff206..eae1c1e4ccd8086a6101bae8abf3033fb718bc2f 100644 (file)
@@ -235,7 +235,7 @@ function statusnet_settings_post(App $a, $post)
                        foreach ($globalsn as $asn) {
                                if ($asn['apiurl'] == $_POST['statusnet-preconf-apiurl']) {
                                        $apibase = $asn['apiurl'];
                        foreach ($globalsn as $asn) {
                                if ($asn['apiurl'] == $_POST['statusnet-preconf-apiurl']) {
                                        $apibase = $asn['apiurl'];
-                                       $c = Network::fetchURL($apibase . 'statusnet/version.xml');
+                                       $c = Network::fetchUrl($apibase . 'statusnet/version.xml');
                                        if (strlen($c) > 0) {
                                                PConfig::set(local_user(), 'statusnet', 'consumerkey', $asn['consumerkey']);
                                                PConfig::set(local_user(), 'statusnet', 'consumersecret', $asn['consumersecret']);
                                        if (strlen($c) > 0) {
                                                PConfig::set(local_user(), 'statusnet', 'consumerkey', $asn['consumerkey']);
                                                PConfig::set(local_user(), 'statusnet', 'consumersecret', $asn['consumersecret']);
@@ -253,7 +253,7 @@ function statusnet_settings_post(App $a, $post)
                                //  we'll check the API Version for that, if we don't get one we'll try to fix the path but will
                                //  resign quickly after this one try to fix the path ;-)
                                $apibase = $_POST['statusnet-baseapi'];
                                //  we'll check the API Version for that, if we don't get one we'll try to fix the path but will
                                //  resign quickly after this one try to fix the path ;-)
                                $apibase = $_POST['statusnet-baseapi'];
-                               $c = Network::fetchURL($apibase . 'statusnet/version.xml');
+                               $c = Network::fetchUrl($apibase . 'statusnet/version.xml');
                                if (strlen($c) > 0) {
                                        //  ok the API path is correct, let's save the settings
                                        PConfig::set(local_user(), 'statusnet', 'consumerkey', $_POST['statusnet-consumerkey']);
                                if (strlen($c) > 0) {
                                        //  ok the API path is correct, let's save the settings
                                        PConfig::set(local_user(), 'statusnet', 'consumerkey', $_POST['statusnet-consumerkey']);
@@ -263,7 +263,7 @@ function statusnet_settings_post(App $a, $post)
                                } else {
                                        //  the API path is not correct, maybe missing trailing / ?
                                        $apibase = $apibase . '/';
                                } else {
                                        //  the API path is not correct, maybe missing trailing / ?
                                        $apibase = $apibase . '/';
-                                       $c = Network::fetchURL($apibase . 'statusnet/version.xml');
+                                       $c = Network::fetchUrl($apibase . 'statusnet/version.xml');
                                        if (strlen($c) > 0) {
                                                //  ok the API path is now correct, let's save the settings
                                                PConfig::set(local_user(), 'statusnet', 'consumerkey', $_POST['statusnet-consumerkey']);
                                        if (strlen($c) > 0) {
                                                //  ok the API path is now correct, let's save the settings
                                                PConfig::set(local_user(), 'statusnet', 'consumerkey', $_POST['statusnet-consumerkey']);
@@ -653,7 +653,7 @@ function statusnet_post_hook(App $a, &$b)
                if (isset($msgarr["url"]) && ($msgarr["type"] != "photo")) {
                        if ((strlen($msgarr["url"]) > 20) &&
                                ((strlen($msg . " \n" . $msgarr["url"]) > $max_char))) {
                if (isset($msgarr["url"]) && ($msgarr["type"] != "photo")) {
                        if ((strlen($msgarr["url"]) > 20) &&
                                ((strlen($msg . " \n" . $msgarr["url"]) > $max_char))) {
-                               $msg .= " \n" . Network::shortLink($msgarr["url"]);
+                               $msg .= " \n" . Network::shortenUrl($msgarr["url"]);
                        } else {
                                $msg .= " \n" . $msgarr["url"];
                        }
                        } else {
                                $msg .= " \n" . $msgarr["url"];
                        }
@@ -662,7 +662,7 @@ function statusnet_post_hook(App $a, &$b)
                }
 
                if ($image != "") {
                }
 
                if ($image != "") {
-                       $img_str = Network::fetchURL($image);
+                       $img_str = Network::fetchUrl($image);
                        $tempfile = tempnam(get_temppath(), "cache");
                        file_put_contents($tempfile, $img_str);
                        $postdata = ["status" => $msg, "media[]" => $tempfile];
                        $tempfile = tempnam(get_temppath(), "cache");
                        file_put_contents($tempfile, $img_str);
                        $postdata = ["status" => $msg, "media[]" => $tempfile];
@@ -1652,7 +1652,7 @@ function statusnet_convertmsg(App $a, $body, $no_tags = false)
 
                        logger("statusnet_convertmsg: expanding url " . $match[1], LOGGER_DEBUG);
 
 
                        logger("statusnet_convertmsg: expanding url " . $match[1], LOGGER_DEBUG);
 
-                       $expanded_url = Network::originalURL($match[1]);
+                       $expanded_url = Network::finalUrl($match[1]);
 
                        logger("statusnet_convertmsg: fetching data for " . $expanded_url, LOGGER_DEBUG);
 
 
                        logger("statusnet_convertmsg: fetching data for " . $expanded_url, LOGGER_DEBUG);
 
@@ -1676,7 +1676,7 @@ function statusnet_convertmsg(App $a, $body, $no_tags = false)
                        } elseif ($oembed_data->type != "link") {
                                $body = str_replace($search, "[url=" . $expanded_url . "]" . $expanded_url . "[/url]", $body);
                        } else {
                        } elseif ($oembed_data->type != "link") {
                                $body = str_replace($search, "[url=" . $expanded_url . "]" . $expanded_url . "[/url]", $body);
                        } else {
-                               $img_str = Network::fetchURL($expanded_url, true, $redirects, 4);
+                               $img_str = Network::fetchUrl($expanded_url, true, $redirects, 4);
 
                                $tempfile = tempnam(get_temppath(), "cache");
                                file_put_contents($tempfile, $img_str);
 
                                $tempfile = tempnam(get_temppath(), "cache");
                                file_put_contents($tempfile, $img_str);
index 45d11ce878413389bb0406c3827629ea6120af0a..5168aa0ecfda12c57df03abcb4ea64f2ffa13173 100644 (file)
@@ -544,7 +544,7 @@ function twitter_post_hook(App $a, &$b)
 
                // and now tweet it :-)
                if (strlen($msg) && ($image != "")) {
 
                // and now tweet it :-)
                if (strlen($msg) && ($image != "")) {
-                       $img_str = Network::fetchURL($image);
+                       $img_str = Network::fetchUrl($image);
 
                        $tempfile = tempnam(get_temppath(), "cache");
                        file_put_contents($tempfile, $img_str);
 
                        $tempfile = tempnam(get_temppath(), "cache");
                        file_put_contents($tempfile, $img_str);
@@ -1185,7 +1185,7 @@ function twitter_expand_entities(App $a, $body, $item, $no_tags = false, $pictur
                        $plain = str_replace($url->url, '', $plain);
 
                        if ($url->url && $url->expanded_url && $url->display_url) {
                        $plain = str_replace($url->url, '', $plain);
 
                        if ($url->url && $url->expanded_url && $url->display_url) {
-                               $expanded_url = Network::originalURL($url->expanded_url);
+                               $expanded_url = Network::finalUrl($url->expanded_url);
 
                                $oembed_data = OEmbed::fetchURL($expanded_url);
 
 
                                $oembed_data = OEmbed::fetchURL($expanded_url);
 
@@ -1214,7 +1214,7 @@ function twitter_expand_entities(App $a, $body, $item, $no_tags = false, $pictur
                                } elseif ($oembed_data->type != "link") {
                                        $body = str_replace($url->url, "[url=" . $expanded_url . "]" . $expanded_url . "[/url]", $body);
                                } else {
                                } elseif ($oembed_data->type != "link") {
                                        $body = str_replace($url->url, "[url=" . $expanded_url . "]" . $expanded_url . "[/url]", $body);
                                } else {
-                                       $img_str = Network::fetchURL($expanded_url, true, $redirects, 4);
+                                       $img_str = Network::fetchUrl($expanded_url, true, $redirects, 4);
 
                                        $tempfile = tempnam(get_temppath(), "cache");
                                        file_put_contents($tempfile, $img_str);
 
                                        $tempfile = tempnam(get_temppath(), "cache");
                                        file_put_contents($tempfile, $img_str);
index b371990ae2b179653d3a20f7d3a4b9c50ecca989..85b73d3f0b0de303205b858e49930c1df4bb0d7a 100644 (file)
@@ -314,7 +314,7 @@ EOT;
                logger('wppost: data: ' . $xml, LOGGER_DATA);
 
                if ($wp_blog !== 'test') {
                logger('wppost: data: ' . $xml, LOGGER_DATA);
 
                if ($wp_blog !== 'test') {
-                       $x = Network::postURL($wp_blog, $xml);
+                       $x = Network::post($wp_blog, $xml);
                }
                logger('posted to wordpress: ' . (($x) ? $x : ''), LOGGER_DEBUG);
        }
                }
                logger('posted to wordpress: ' . (($x) ? $x : ''), LOGGER_DEBUG);
        }