Questions tagged [instagramapi-mgp25]

19 questions
0
votes
1 answer

Filter media of followers list using private Instagram API in PHP

I'm using the Instagram private API to get the followers list of any user, and I want to filter users who have 10 or more media. The result is an array of users with 10 or more media. However, I received a…
Hao Hoang
  • 41
  • 3
0
votes
3 answers

Instagram private InstagramAPI\Instagram::_setUser() error

I'm trying to implementing https://github.com/mgp25/Instagram-API on laravel and after successful login in Instagram i must to use _setUser to use exiting data after login, for example: public function check() { $username = 'XXX'; $password…
DolDurma
  • 15,753
  • 51
  • 198
  • 377
-1
votes
2 answers

How to solve Challenge Required in Instagram mgp25 API?

I had a working script on my website named Instazood, which worked perfectly. Suddenly, a few days ago, I cannot use my script at all. Everything, it gives an error of "Challenge required". I verify that it was me on my Instagram, but when running…
Sunil Kumar
  • 47
  • 1
  • 4
-1
votes
1 answer

I want to make android application to send picture, message to instagram users using instagram API

I've tried several sources from Google and GitHub but didn't find any authentic source that could help me sending multiple pictures and posts automatically from my android gallery using the scheduler. Is anyone working with the Instagram API? If so,…
1
2