pgrimaud / instagram-user-feed

This is a scrapper to easily fetch any feed and interact with Instagram (like, follow, etc.) without OAuth for PHP.
MIT License
873 stars 136 forks source link

Symfony 3 compatibility #75

Closed KeesCornelisseEF2 closed 4 years ago

KeesCornelisseEF2 commented 4 years ago

I'm using Drupal 8 which require Symfony 3.4. Is it possible to downgrade the require version of the symfony/cache package? I hope you can help me :-)

pgrimaud commented 4 years ago

I added new constraint to allow symfony/cache:^3.4 (version 6.2.2).

Could you try to install this dependency on your Drupal 8 project and test it?

Thanks 🙏

KeesCornelisseEF2 commented 4 years ago

Thanks for reply so fast! I can test it, but composer cannot find 6.2.2. Maybe its not published by Packagist?

pgrimaud commented 4 years ago

Damn, this version wasn't automatically published on packagist.

I manually forced update directly on packagist, could you try again?

KeesCornelisseEF2 commented 4 years ago

The update was succesfully, but the main error was the same as before. I see this Instagram error, but inside Instagram there is no option to allow this.

POST https://www.instagram.com/accounts/login/ajax/ resulted in a 400 Bad Request response: {"message": "checkpoint_required" ...

pgrimaud commented 4 years ago

Alright, this is a "temporary" problem.

I'm working for a fix here : https://github.com/pgrimaud/instagram-user-feed/issues/69

Gonna release it soon 🤞

KeesCornelisseEF2 commented 4 years ago

Okay, thank you, when do you expect to have it ready?

pgrimaud commented 4 years ago

No ETA yet, depending on my free time. End of this week I guess, or start of the next week.

KeesCornelisseEF2 commented 4 years ago

Okay, thanks for reply!

JorgeosorioDev commented 4 years ago

Hello, thanks for you amazing code. This is only for Symfony?

Because i have this error in LOCAL with xampp: Fatal error: Uncaught Error: Class 'FilesystemAdapter' not found in C:\xampp\htdocs\user-feed\index.php:5 Stack trace: #0 {main} thrown in C:\xampp\htdocs\user-feed\index.php on line 5

Thanks.

pgrimaud commented 4 years ago

Hi @JorgeosorioDev

This package is for all PHP projects. If you have any problem with installation, you could you create your own issue?

Thanks 🙏