Reply To: Don't recommend this script

#515920
NextScripts.com
Participant

    and what exactly function getUrl() does????

    Please change the code to

    $url = ‘https://www.foxnews.com’;
    $nt = new nxsAPI_GP();
    $loginError = $nt->connect(’email@email.com’, ‘pass’);
    if (!$loginError) {
    $nt->postGP(‘FOX NEWS SITE’, $url, ‘102714641469955361550’);
    }

    and watch the Fox News link shared on your G+ page.

    Then please check your getUrl function