› Forums › NextScripts API Forums – Google+, Pinterest, LinkedIn, etc.. › Pinterest API broken ? › Reply To: Pinterest API broken ?
March 19, 2013 at 5:35 am #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.