You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
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.
The text was updated successfully, but these errors were encountered: