jlobos / instagram-web-api

🤳 Instagram Private Web API client for Node
https://npmjs.com/instagram-web-api
MIT License
1.12k stars 185 forks source link

Cannot read properties of undefined ( reading "hastag") #289

Open yashjee2003 opened 2 years ago

yashjee2003 commented 2 years ago

client.login().then(async () => { const tag = await client.getMediaFeedByHashtag({hashtag: "canon"}) console.log(https://www.instagram.com/p/${tag.code}) })