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

$bot->auth->isLoggedIn() works only if $bot->auth->login() was called #379

Closed kolyalukin closed 6 years ago

kolyalukin commented 6 years ago

Auto login by cookie work only if i call $bot->auth->login() with particular username, password dont important, but i cannot call $bot->auth->login() without password argument

seregazhuk commented 6 years ago

Hi @kolyalukin I'm not sure what I've understood you correctly. So, what is the issue? How can I reproduce your problem?

kolyalukin commented 6 years ago

Password is required, but not necessary for login by cookie

seregazhuk commented 6 years ago

Yes, sure. Feel free to provide a pull request with a new method for cookie login 👍