Answer the question
In order to leave comments, you need to log in
golang. Can you suggest what is the problem?
Error: invalid operation: post["attachments"] (type interface {} does not support indexing)
posts := wall["response"].(map[string]interface{})["items"].([]interface{})
for _, post := range posts {
attachments := post["attachments"].([]interface{})
for _, attachment := range attachments {
Answer the question
In order to leave comments, you need to log in
Captain obviously states that: post["attachments"] (the interface {} type does not support indexing).
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question