Hasokeyk/instagram

Can't login

rikyve opened this issue · 3 comments

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?

merhaba bu api mgp25 gibi bir abi mi?

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']);