seregazhuk / php-pinterest-bot

This PHP library will help you to work with your Pinterest account without using any API account credentials.
MIT License
416 stars 129 forks source link

Password Reset Issue #386

Closed barankhan closed 6 years ago

barankhan commented 6 years ago

I generated the password reset link and passed the in the following function with the new password.

$bot->password->reset(
    'https://post.pinterest.com/f/a/your-password-reset-params',
    'newPassword'
);

I'm getting the following error:

    $bot->getLastError();
    The password you entered is incorrect