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

How to resend verification email #470

Open BurakBoz opened 5 years ago

BurakBoz commented 5 years ago

How to resend verification email?

https://www.pinterest.com/settings/security on this page "To turn on two-factor authentication, you must first confirm your email address." when you clicked the link it will send the confirmation mail.

But actually it's not a link so I can't call the $this->bot->user->visitPage($url); .

Is there any way to do this?