question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Get all my story viewers

See original GitHub issue

Form

Hi, I’m looking for an example to get my all story viewers. I’m using

ig.feed.listReelMediaViewers(firstMediaId).items();

but it returns just 5 users. Can anybody help me please ?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5

github_iconTop GitHub Comments

2reactions
Nerixyzcommented, Mar 26, 2020

You run this on a single feed instance. For example:

const feed = ig.feed...()
await feed.items();
await feed.items();

The calls should return different items.

0reactions
acerbastimurcommented, Mar 26, 2020

Tried

 const firstMediaId = storyItems[0].id;
  const viewerList = await ig.feed.userStory(loggedInUser.pk).request();
  const viewerList1 = await ig.feed.userStory(loggedInUser.pk).items();
  const viewerList3 = await ig.feed.userStory(loggedInUser.pk).request();
  const viewerList4 = await ig.feed.userStory(loggedInUser.pk).items();

@Nerixyz

Read more comments on GitHub >

github_iconTop Results From Across the Web

How To Get More Views on Your Instagram Story in 2023 - Later
How to Get More Instagram Story Views · Add an Engagement-driving Sticker to your First Story · Add an Extra Story at the...
Read more >
How to See Your Instagram Stories Views in 3 Easy Steps
1. The dimensions of an Instagram Story are 1080 x 1920 pixels to form an aspect ratio of 9:16. In other words, your...
Read more >
How to See Who Viewed Your Instagram Story After 24 Hours
1. Open the Instagram app on your smartphone. It’s the purple, pink, and orange icon with a white camera inside that you'll find...
Read more >
Secrets to Instagram Story Viewer Order + Tool to Download ...
As for the first factor, the first 50 views are based on the chronological order, which means if you have less than 50...
Read more >
Instagram Story Viewer: All You Need To Know - Statusbrew
But, you are the only one who can see the Instagram Story viewers list. There's no way to know how many times your...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found