Closed fayssalmechmeche closed 3 months ago
I fix the code to get User Stories of a user with the id of the user id
i hope that will help peoples
you need to get logged to watch stories
example :
$instagram = \InstagramScraper\Instagram::withCredentials(new \GuzzleHttp\Client(), $_ENV['INSTAGRAM_LOGIN'], $_ENV['INSTAGRAM_PASSWORD'], new Psr16Adapter('Files')); $instagram->login(); $instagram->saveSession(); $stories = $instagram->getStories([2325682225]);
@fayssalmechmeche thanks for your contribution, please minimize git changes and only submit the code change you are making.
I fix the code to get User Stories of a user with the id of the user id
i hope that will help peoples
you need to get logged to watch stories
example :