instagram icon indicating copy to clipboard operation
instagram copied to clipboard

Php instagram library. With this library, you can use many of the same features in the mobile application.

Results 4 instagram issues
Sort by recently updated
recently updated
newest added

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...

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....

Merhaba. Öncelikle elinize sağlık çok güzel bir proje geliştirmişsiniz. Proje sıkıntısız çalışıyor ama takipçilerin hepsini çekmek istediğimde 50 tanesi geliyor. Yardımcı olabilir misiniz?

When I try to log In via the application then shows the message `challenge_required` and returns false. I also attach a screenshot for better understanding . ![image](https://user-images.githubusercontent.com/46376609/220570178-323bc1e1-81d6-43b4-85f3-a2abfde363bc.png)