› Forums › NextScripts API Forums – Google+, Pinterest, LinkedIn, etc.. › Pinterest API broken ?
- This topic has 16 replies, 1 voice, and was last updated 8 years, 4 months ago by AndrewTerprovs.
- AuthorPosts
- October 15, 2012 at 8:38 pm #1118KenAddamsParticipant
Hi All,
I was using the Pinterest API in a PHP script and it was working very well till last week. Now I got an error rmessage “Incorrect username / password” when I try to connect.
I tried to update postToPinterest.php file API with last version : 2.2.14 (Oct 09, 2012), but no change.
Note that I didn’t changed anything to my piece of code, I always connected with my email and password using the code below and it was working fine.
echo ” . Sending update to Pinterest…\n”;
require “postToPinterest.php”;$email = ’email@mydomain.com’;
$pass = ‘xxxxxx’;
$msg = $content;
$imgURL = $thumbnail;
$link = $permalink;
$boardID = ‘my_board_id’;$loginError = doConnectToPinterest($email, $pass);
if (!$loginError)
{
echo ” – Msg = $msg\n”;
echo ” – imgURL = $imgURL\n”;
echo ” – link = $link\n”;
echo ” – boardID = $boardID\n”;
doPostToPinterest($msg, $imgURL, $link, $boardID);
} else echo $loginError;Any idea ?
October 16, 2012 at 10:46 am #1148FaithParticipantSame here. I thought at first I had hit a rate limit, but after testing from several IP addresses and using different accounts, it seems to be broke across the board.
October 19, 2012 at 9:36 am #1275FaithParticipantStill no answer to my support ticket I put in several days ago, so I guess this product will remain broke with no fix.
October 19, 2012 at 9:29 pm #1290MSParticipantI don’t think the product is broken. I purchased the API (ver 2.2.14) couple days ago and it works perfectly.
Try to open postToPinterest.php, find the function doConnectToPinterest and find the row saying
//## ACTUAL LOGIN
uncomment the following on the next row.
echo $fldsTxt; prr($contents); die();
Try your script.
This will give you more info about your error.
Michael.
October 21, 2012 at 2:35 pm #1386KenAddamsParticipantHi,
Thank you for your answer.
Here is the error message I got. Am I the only one have this one ?Forbidden (403)
CSRF verification failed. Request aborted.You are seeing this message because this HTTPS site requires a ‘Referer
header’ to be sent by your Web browser, but none was sent. This header is
required for security reasons, to ensure that your browser is not being
hijacked by third parties.If you have configured your browser to disable ‘Referer’ headers, please
re-enable them, at least for this site, or for HTTPS connections, or for
‘same-origin’ requests.Thank you for your help,
Ken.October 22, 2012 at 1:41 am #1395FaithParticipantTried this too and seeing the same error message as above.
October 22, 2012 at 11:45 pm #1419Are you sure you are using ver 2.2.14? Because the only difference between 2.2.14 and the previous version was the fix for that problem.
Also make sure you are loggin in with your email, not your username.
See here: https://www.nextscripts.com/blog/changes-for-pinterest-login-process-immediate-action-requred/March 14, 2013 at 3:45 pm #10066ScottParticipantHas there been any resolution to this? I’m consistently seeing Incorrect Username/Password and I’m confident my UID/Pass is correct.
March 14, 2013 at 5:46 pm #10079Pinterest API is working fine. Please contact support directly, we will take a look at your site
March 19, 2013 at 5:35 am #10692Kenaddams42ParticipantHi !
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.March 19, 2013 at 10:26 am #10724What version of the Pinterest API do you have?
‘UserNav’ was used for the old pinterest interface. It won’t work if you have switched to the new one.
Please download the latest version of the API.
March 19, 2013 at 4:11 pm #10775–ParticipantHi,
I converted my pinterest page to a business one and the pinterest posting script seemed to immediately stop (noticed hours or days later, not sure).
I fixed the script (issue related to ‘UserNav’) but a few days later – which is today – the script stops working again. is it the new look that is to blame?it seems to be 502 error. using latest version 2.6.0 (Mar 12, 2013)
I have checked and am logged in.March 20, 2013 at 8:40 am #108902.6.0 works fine with old look, new look, personal accounts and business accounts. Please contact us directly if you would like us to take a look at your environment.
May 16, 2013 at 5:02 pm #14555Peter OUdenesParticipantHello,
Using the plugin SNAP in my wordpress website to push my blogs to several social media sites.
Only pinterest is not working. My Username/Password are correct, it can connect because i can receive the board list. But it will not send a test message i get error: Pinterest Returned Error 502Can somebody support me?
ThanksMay 16, 2013 at 5:28 pm #14556Go to the https://www.nextscripts.com/support and open support ticket.
- AuthorPosts
- You must be logged in to reply to this topic.