Open thanhbk113 opened 1 year ago
Not exactly the same issue but the following snippet also doesn’t work correctly
if err := insta.Login(); err != nil {
panic(err)
}
var following = insta.Account.Following("", goinsta.DefaultOrder) // unexpectedly returns 0 Users
Do hashtag.Tags[0].Next()
before running fmt.Println(hashtag.NumResults)
my code to get post from hashtag but it return zero result: