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
Fatal error: Uncaught exception 'InstagramScraper\Exception\InstagramAuthException' with message 'Something went wrong. Please report issue.' in /www/wwwroot/www.test.com/src/InstagramScraper/Instagram.php:534 Stack trace: #0 /www/wwwroot/www.test.com/test.php(11): InstagramScraper\Instagram->login() #1 {main} thrown in /www/wwwroot/www.test.com/src/InstagramScraper/Instagram.php on line 534
The text was updated successfully, but these errors were encountered:
require_once 'vendor/autoload.php';
use InstagramScraper\Instagram;
$instagram = Instagram::withCredentials('[email protected]', 'xxxxxx');
$instagram->login();
$medias = $instagram->getTopMediasByTagName('hello');
print_r($medias);
Fatal error: Uncaught exception 'InstagramScraper\Exception\InstagramAuthException' with message 'Something went wrong. Please report issue.' in /www/wwwroot/www.test.com/src/InstagramScraper/Instagram.php:534 Stack trace: #0 /www/wwwroot/www.test.com/test.php(11): InstagramScraper\Instagram->login() #1 {main} thrown in /www/wwwroot/www.test.com/src/InstagramScraper/Instagram.php on line 534
The text was updated successfully, but these errors were encountered: