Reply To: Don't recommend this script

#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’);
    }