insta.Timeline.Tray.Stories not working #69
ThomasCanning
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Whenever I try and acess stories.Items it is always null. Am I doing something wrong? package main
import (
"fmt"
)
func main() {
// Create a new instance of goinsta
insta := goinsta.New("...", "...")
}
Thanks if you can help
Beta Was this translation helpful? Give feedback.
All reactions