Closed scebbers closed 4 years ago
Hello,
If you are on shared hosting, could you try with login like this example : https://github.com/pgrimaud/instagram-user-feed/blob/master/examples/getMediasWithLogin.php ?
Using version 5.6-beta I receive the following response in GuzzleHttp:
Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error: `POST https://www.instagram.com/accounts/login/ajax/` resulted in a `400 Bad Request` response:
{"message": "checkpoint_required", "checkpoint_url": "/challenge/34250056/E8dV4LU6KT/", "lock": false, "status": "fail"}
in /customers/2/5/3/***.***/httpd.www/m/includes/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:113
Instagrams detects an unusual login and requires extra authentification. Any way around this?
I have the same problem since I think yesterday. Suddenly getFeed stopped working on our server, but still working on my localhost.
I now basically have the same problem as in issue #48. Instagram does not let my remote server login without email verification, and I cannot find a way around it. It also blocked the IP of my server. I have turned to version 4.0 for now to retrieve media until a solution is found.
Undefined property: stdClass::$ProfilePage http://prntscr.com/qy5bnr
"Undefined property: stdClass::$ProfilePage" - same problem.
Hello, I released a new version (6.0). Could you upgrade to this one?
Initializing the Api runs without errors, but when calling getFeed() on the api object I get the following warnings, and the feed seems empty.
The list of notices is long, but the first three are:
This is when deploying to shared hosting (one.com), on my own server this exact same code works fine.