Reply To: Pinterest API broken ?

#10692
Kenaddams42
Participant

    Hi !
    Looking at the code of postToPinterest.php, it seems the “UserNav” string is not found in the loaded page, so the following test fails and returns “Incorrect Username/Password”.

    if (stripos($contents, ‘UserNav’)!==false){ //echo “You are IN”;

    Having consulted the content of the returned page with the following code, I confirm I am correctly logged in.
    echo $fldsTxt; prr($contents); die();

    So where is the problem ??

    Best regards,
    Ken.