Answer the question
In order to leave comments, you need to log in
How to get a photo from a vk wall using execute?
var photos = [];
var i = 0;
while (i < 25) {
photos = photos + API.wall.get({
"owner_id": Args.owner_id,
"count": 100,
"access_token": Args.access_token,
"v": 5.95
})[email protected]@.type;
i = i + 1;
}
return photos;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question