Hasokeyk / instagram

Php instagram library. With this library, you can use many of the same features in the mobile application.
MIT License
74 stars 19 forks source link

Can't login #16

Open rikyve opened 1 year ago

rikyve commented 1 year ago

Hi, I'm trying to use your example code to login, but it doesn't work. The first echo says "Login success", the second "Login False". Obviously username and password are correct.

Can there be some kind of ban from Instagram?

Hasokeyk commented 1 year ago

Hi

please try this code

https://github.com/Hasokeyk/instagram/blob/main/examples/user/instagram-user-two-factor-login.php

basic login not work then last update

coxtics commented 1 year ago

merhaba bu api mgp25 gibi bir abi mi?

lgolabek1 commented 1 year ago

Hi , I have error on try to log The problem is on this code: $instagram->login->login(); Message: Fatal error: Uncaught Error: Call to a member function login() on null Prevously i create new object and the data is corectly : $instagram = new Instagram($instagram_login_data['username'], $instagram_login_data['pass']);