$instagram = \InstagramScraper\Instagram::withCredentials('', '', new Psr16Adapter('Files'));
$instagram->login();
Have Error_log :
PHP Fatal error: Uncaught InstagramScraper\Exception\InstagramAuthException: User credentials are wrong.
in /postaddictme/vendor/raiym/instagram-php-scraper/src/InstagramScraper/Instagram.php:1693
But username and password is true i login by this user and password to instagram and test this !!!
Hi use Phpfastcache\Helper\Psr16Adapter;
require DIR . '/vendor/autoload.php';
$instagram = \InstagramScraper\Instagram::withCredentials('', '', new Psr16Adapter('Files')); $instagram->login();
Have Error_log : PHP Fatal error: Uncaught InstagramScraper\Exception\InstagramAuthException: User credentials are wrong. in /postaddictme/vendor/raiym/instagram-php-scraper/src/InstagramScraper/Instagram.php:1693
But username and password is true i login by this user and password to instagram and test this !!!
How can Fix this error ? Thank