You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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']);
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?
The text was updated successfully, but these errors were encountered: