› Forums › NextScripts API Forums – Google+, Pinterest, LinkedIn, etc.. › Don't recommend this script › Reply To: Don't recommend this script
October 8, 2016 at 1:15 pm #515920
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