nassajis / instagram-php-scraper

Instagram PHP Scraper. Get account information, photos and videos without any authorization
3 stars 1 forks source link

login error #2

Open mohammadrezajiji opened 4 years ago

mohammadrezajiji commented 4 years ago

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