Closed tcurdt closed 3 years ago
On an account I am getting
Failed to fetch recent activity: json: cannot unmarshal number into Go struct field .old_stories.args.links.id of type string
just when trying to login.
insta := goinsta.New(username, password) err := insta.Login() checkFatal(err) err = insta.Export(credential) checkFatal(err)
Thanks for the report. Type has been changed
On an account I am getting
just when trying to login.