postaddictme / instagram-php-scraper

Get account information, photos, videos, stories and comments.

Home Page:https://packagist.org/packages/raiym/instagram-php-scraper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cookies and Session for Login

backendservices1337 opened this issue · comments

hi, i just need help for login with session or cookie

1 - how can i get cookies after login?
2 - how can i get session information after login?
3 - how can i use these ways to login?

thank you

$instagram = \InstagramScraper\Instagram::withCredentials(new \GuzzleHttp\Client(),'username', 'password', new Psr16Adapter('Files'));
$instagram->login();
$instagram->saveSession();
$instagram->loadSession();