-
Can someone please update the examples?
they dont work with the new API
thank you
https://github.com/ahmdrz/goinsta/tree/master/examples
-
I have this piece of code, where I want to get the followers of a specific user (not private profile), but the .Followers() method returns an empty list. I've tried with the logged in acc too, with no…
-
Had a really nice use-case in goinsta v1 where you could search for posts by location ID https://github.com/tducasse/goinsta/blob/master/goinsta.go#L581
I don’t see any such feature in goinsta v2..…
-
This here results in 0 media items - which of course does not reflect the result of search.
```
pages := 1
hashtag := insta.NewHashtag("greece")
for page := 0; page < pages && hashtag.Next(); page…
-
Hi,
Does this library support getMediaByShortcode ???
Couldn't find it.
Thanks.
-
hello, I am a beginner in Golang programming, I don't understand how to use exactly the Import and Export functions. Can you say me how ? (may I keep the bytes in a file?)
Thanks
skawm updated
5 years ago
-
Import "net/url" in `comments.go` not used, causing compiler to stop with error:
https://github.com/ahmdrz/goinsta/blob/master/comments.go#L6
```
$ go build
# github.com/ahmdrz/goinsta/v2
..\.…
-
Is it possible to check if last seen for users? Or any ideas how to implement it?
https://www.theverge.com/2018/1/18/16905776/instagram-activity-status-new-feature
-
[code](https://github.com/ahmdrz/goinsta/blob/eca91059e0df774909ce25016659e3dd25178313/examples/inbox/newconversation.go#L22)
`cannot use &user (type **goinsta.User) as type *goinsta.User in argume…
-
Hi, i`m trying to find current media via URL param in function
```
// full url is: https://www.instagram.com/p/BpTDvkgl4MS/
m, err := insta.GetMedia("BpTDvkgl4MS")
if err != nil {
panic(e…