-
The call to `SelfUserFollowing` only returns the top followers. It needs to be called several times with the `maxid` parameters to get all the users.
-
The following code fails with a nil pointer exception:
```
searchResult, err := ig.Search.User(searchUsername)
if err != nil {
return err
}
if len(searchResult.Users) == 0 {
return er…
-
2019/03/31 16:50:46 Can not address user name: kingjames GET
```
https://api.instagram.com/v1/users/search?client_id=b8c002c1c6f14ce2bbb38df81876c4d3&q=kingjames: 400 The access_token provided is …
kkdai updated
5 years ago
-
I have successfully logged in,I can do follow。
every use UploadPhoto ,
log error info:
Unknown Server Error.
```
func UploadPhoto(inst *goinsta.Instagram, imageFile string) {
file, _ := …
-
After the `Follow()` function worked for a short period of time it now always returns the following error `fail:`.
I'm wondering why this is the case and why theres no error message and just `fail…
-
We need help to develop and maintenance of this library.
I don't have enough time to develop this library anymore. I ask all of the contributions for help. Mail me if you would like to contribute to …
-
Hey guys,
I was just trying to use the "utilities" package and the following error shows up:
```
../go/pkg/mod/github.com/ahmdrz/goinsta/v2@v2.4.5/utilities/export.go:7:2: no matching versions …
-
When using the Conversation method `func (c *Conversation) Next()` I get this error.
```
json: cannot unmarshal number into Go struct field .thread.items.Media.id of type string
```
Often it Next(…
-
```go
func upload(filename string, inst *goinsta.Instagram) {
f, err := os.Open(filename)
if err != nil {
log.Fatal(err)
}
_, err = inst.UploadPhoto(f, "test", 0, 0)
if err != nil …
-
I am trying to upload a picture, but I got an error. This is my code:
`func upload(filename string, inst *goinsta.Instagram) {
f, err := os.Open(filename)
if err != nil {
log.Fatal(err)
}
…