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 /home/n/dir/dir/public_html/vendor/raiym/instagram-php-scraper/src/InstagramScraper/Instagram.php:1449 Stack trace: #0 /home/n/dir/dir/public_html/index.php(9): InstagramScraper\Instagram->login() #1 {main} thrown in /home/n/dir/dir/public_html/vendor/raiym/instagram-php-scraper/src/InstagramScraper/Instagram.php on line 1449
require 'vendor/autoload.php';
use phpFastCache\Helper\Psr16Adapter;
$instagram = \InstagramScraper\Instagram::withCredentials('***', '***', new Psr16Adapter('Files'));
$instagram->login(); // will use cached session if you can force login $instagram->login(true)
$account = $instagram->getAccountById(3);
echo $account->getUsername();
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Fatal error: Uncaught exception 'InstagramScraper\Exception\InstagramAuthException' with message 'Something went wrong. Please report issue.' in /home/n/dir/dir/public_html/vendor/raiym/instagram-php-scraper/src/InstagramScraper/Instagram.php:1449 Stack trace: #0 /home/n/dir/dir/public_html/index.php(9): InstagramScraper\Instagram->login() #1 {main} thrown in /home/n/dir/dir/public_html/vendor/raiym/instagram-php-scraper/src/InstagramScraper/Instagram.php on line 1449
The text was updated successfully, but these errors were encountered: