Answer the question
In order to leave comments, you need to log in
How to use wall.post from a standalone application?
There is a banal code:
$request_params = array(
'owner_id' => $id,
'message' => 'Парам пам пам',
'access_token' => $access_token
);
$get_params = http_build_query($request_params);
$result = json_decode(file_get_contents('https://api.vk.com/method/wall.post?'. $get_params));
print_r($result);
Answer the question
In order to leave comments, you need to log in
Well, firstly, not every kind of token works perfectly for someone else's IP. Secondly, did you set scope=messages exactly?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question