seregazhuk / php-pinterest-bot

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

I can not register an account #459

Closed LauerPaul closed 5 years ago

LauerPaul commented 5 years ago

Hello! I can not register an account using your api. I send, but the letter does not come to the mail and the account is not registered

require('vendor/autoload.php'); 
use seregazhuk\PinterestBot\Factories\PinterestBot;
use seregazhuk\PinterestBot\Api\Forms\Registration;

$bot = PinterestBot::create();
$bot->auth->register('*******@gmail.com', 'zxves123Sfse', 'Maxwell');
LauerPaul commented 5 years ago

I used version 5.7 .. it is outdated... In version 5.9.1, everything works fine, thanks!