Answer the question
In order to leave comments, you need to log in
Is the execute request made correctly?
You need to make a data request using the execute method. Am I making the request correctly?
$code = urlencode('return API.wall.get(
{
"owner_id":"'.$group.'",
"filter":"owner",
"count":"2",
"access_token":"'.$token.'",
"v":"5.73"
});
');
$groupinfo = json_decode(file_get_contents("https://api.vk.com/method/execute?code={$code}&access_token={$_SESSION['access_token']}"));
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