pgrimaud/instagram-user-feed

videoUrl property value is missing when use getMoreMediasWithCursor method

bugbaal opened this issue · 2 comments

Version(s) affected: 6.15

Description

  1. I get the profile of the user
  2. I use getMedias to get the first numbers of posts. And here all the properties are right
  3. I got the endCursor for the next step
  4. In the second attempt I try to get more posts, so I get again the profile.
  5. This time I use the getMoreMediasWithCursor( userId, endCursor )
  6. The the medias with the getMedias method. But this time if there are videos the videoUrl property is always missing. I tried different accounts and I got the same problem.

Can you help me?
Thanks

Facing the same issue, Please someone Help.
Please help @pgrimaud

Same problem here, did anyone manage to solve it?