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

got Undefined array key 1 at this line $login = $instagram->login->login(); #20

Open
hammadev opened this issue Jan 6, 2024 · 0 comments

Comments

@hammadev
Copy link

hammadev commented Jan 6, 2024

here's my code
$username = ''; $password = ''; $instagram = new Instagram($username,$password); // dd($instagram); $login = $instagram->login->login(); if($login){ echo 'Login success'; }else{ echo 'Login Fail'; }

got Undefined array key 1 at this line $login = $instagram->login->login();

Here's the result of dd($instagram);
image
There is no login function available in $instagram->login

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

1 participant