Open Marcus2810 opened 3 years ago
There are multiple reasons why you're getting empty data array. I can't really help you for the moment but be sure you're working with the good credentials (uppercase?), you're actually being authenticated (no 403?) etc...
Same for me, was working a week ago, now It's an empty data array
const Instagram = require('instagram-web-api') const { username, password } = process.env
const client = new Instagram({ username, password })
const findUser = async () => {
}
findUser()
Hi there just was testing this before I use it on my account for tensorflow stuff but was wondering why I'm getting empty data.