instagram-user-feed icon indicating copy to clipboard operation
instagram-user-feed copied to clipboard

Intsa stories are not loading give empty

Open kashif-sol opened this issue 1 year ago • 2 comments

Version ^6.16

I am using ^6.16 of package and few days ago stores and reels was working but now it gives empty array for reels and stories

install package in laravel and fetch stories $api->login('festedurto', 'newsfeed');

        $profile = $api->getProfile('ptiofficial');
        sleep(1);
        $id=$profile->getId();
        $feedStories = $api->getStories($profile->getId());
       dd( $feedStories);

kashif-sol avatar Aug 28 '22 10:08 kashif-sol

Same issue here, event getMedias() returns empty array

Tetranyble avatar Aug 31 '22 22:08 Tetranyble

yes package has lot of issues

kashif-sol avatar Sep 01 '22 13:09 kashif-sol