Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.

Can't register now. #240

Closed
Minhnguyendhth8b opened this issue Jan 24, 2017 · 7 comments
Closed

Can't register now. #240

Minhnguyendhth8b opened this issue Jan 24, 2017 · 7 comments

Comments

@Minhnguyendhth8b
Copy link

Seem like the $bot->auth->register() does not work anymore.

  • After register , i logged in with that email and password , but i got an error :
    "The email you entered does not belong to any account."

Please check again.

@seregazhuk
Copy link
Owner

@Minhnguyendhth8b fixed in version 5.2.3

@Minhnguyendhth8b
Copy link
Author

@seregazhuk Still failed : "The email you entered does not belong to any account."

@seregazhuk
Copy link
Owner

@Minhnguyendhth8b, have you used the latest library version?
I've just checked it, and it works fine. Here is my code:

require 'vendor/autoload.php';

use seregazhuk\PinterestBot\Factories\PinterestBot;

$bot = PinterestBot::create();
$bot->auth->register('bimutriche@housat.com', 'secret', 'test');
$bot->auth->login('bimutriche@housat.com', 'secret');
echo $bot->user->username();

For temp emails I use http://www.throwawaymail.com

@seregazhuk seregazhuk reopened this Jan 24, 2017
@Minhnguyendhth8b
Copy link
Author

@seregazhuk Sorry , my mistake , it's all good , thanks.

@Minhnguyendhth8b
Copy link
Author

@seregazhuk I think in new version , we can't register again. Please recheck $bot->auth->register(). I already update new version but i meet that error again.

@seregazhuk
Copy link
Owner

Hi, @Minhnguyendhth8b
Yes, it was issue with cookies. Update to v.5.4.4

@Minhnguyendhth8b
Copy link
Author

@seregazhuk Nice, thanks very much. It works 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants