I want to get user's media or posts or latest media/posts by user_id. Didn't find a way to do that so far. Please advise. Thanks
const id = await ig.user.getIdByUsername("xxx");
const feed = ig.feed.user(id);
const list = await feed.items();
Hi. How do I do this on v0.10.1 of the package?
I can't figure out how to use the newer versions oof.
Thanks.
Most helpful comment