-
Notifications
You must be signed in to change notification settings - Fork 7
Story
Hasan Yüksektepe edited this page Oct 9, 2022
·
3 revisions
- Param : Username
$instagram->medias->get_stories('hasokeyk');
- Param : Image Full Path
$image_path = (__DIR__).'/image.png';
$instagram->medias->share_photo_story($image_path);
- Param : Image Full Path
$video_path = (__DIR__).'/video.mp4';
$instagram->medias->share_video_story($video_path);
- Param : Story Media ID
$instagram->medias->get_my_story_seen_list(123456789);