› Forums › NextScripts API Forums – Google+, Pinterest, LinkedIn, etc.. › Don't recommend this script › Reply To: Don't recommend this script
October 7, 2016 at 12:29 pm #515893
BOGDAN
Participant
No I don’t
this is my code…
$url = $post->getUrl();
$nt = new \nxsAPI_GP();
$loginError = $nt->connect(’email@email.com’, ‘pass’);
if (!$loginError) {
$nt->postGP($post->getTitle(), $url, ‘102714641469955361550’);
}