Answer the question
In order to leave comments, you need to log in
Vkontakte, wall.post - error_code 15, Access denied. What's wrong?
I'm trying to add the ability to send posts to the user's wall via hybridauth . The idea is simple - the user logs in and a post is published on his wall.
I request application rights, I get the following set: friends, photos, status, wall, offline, groups.
I make a request to add a record, the answer is the following:
(
[error] => stdClass Object
(
[error_code] => 15
[error_msg] => Access denied
[request_params] => Array
(
[0] => stdClass Object
(
[key] => oauth
[value] => 1
)
[1] => stdClass Object
(
[key] => method
[value] => wall.post
)
[2] => stdClass Object
(
[key] => uid
[value] => уид
)
[3] => stdClass Object
(
[key] => message
[value] => I feel free to spam my friends with all kinds of marketing bullshit.
)
[4] => stdClass Object
(
[key] => access_token
[value] => токен
)
)
)
)
wall Access to normal and advanced wall methods.
Attention, this access right is not available for sites (it is ignored when trying to authorize).
Answer the question
In order to leave comments, you need to log in
It turned out the following. If the redirect_uri is set to https://api.vk.com/blank.html , the token allows you to publish posts. And if in your domain, then no. It's not very clear what to do with it.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question