Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Undefined property: stdClass::$authenticated" #1110

Open
mfarazGenetech opened this issue Dec 15, 2022 · 1 comment
Open

"Undefined property: stdClass::$authenticated" #1110

mfarazGenetech opened this issue Dec 15, 2022 · 1 comment

Comments

@mfarazGenetech
Copy link

"Undefined property: stdClass::$authenticated"

whenever i try to login it is showing this error
kindly help me with this
Thanks,

@shuang1990
Copy link

The instagram login password encryption has changed ,login() method doesn't work

$response = Request::post(Endpoints::LOGIN_URL, $headers,
['username' => $this->sessionUsername, 'enc_password' => '#PWD_INSTAGRAM_BROWSER:0:' . time() . ':' . $this->sessionPassword]);

New password
enc_password: #PWD_INSTAGRAM_BROWSER:10:1675328909:AaZQAIGrWQRttByoEVDCGbYbECsWmUhjUue8aJbEab0He1kzkHIEvQGAdPm+0cU95NFdEZxidQT+Xj8KesBSF7cIhubUGi+ds4SqXM0dR8yqrogEkfZMvf0N8IG3yxXtXRfdOZhpU1qRgw==

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

No branches or pull requests

2 participants