]> git.mxchange.org Git - friendica-addons.git/blobdiff - fbsync/fbsync.php
Test code removed
[friendica-addons.git] / fbsync / fbsync.php
index 509426d9408b4bfae7a7fa2648a577de20d1e64e..fc9d7c187db0ed2b5254737cc3b94437e39cc01c 100644 (file)
@@ -1001,7 +1001,6 @@ function fbsync_fetchfeed($a, $uid) {
        $url = "https://graph.facebook.com/fql?q=".urlencode(json_encode($fql))."&access_token=".$access_token;
 
        $feed = fetch_url($url);
-       file_put_contents("fb.".$uid);
        $data = json_decode($feed);
 
        if (!is_array($data->data)) {