S
S
Symmetrio2019-01-04 21:13:44
API
Symmetrio, 2019-01-04 21:13:44

VK wall post without confirmation?

I created Standalone vk app. On the site I ask for access rights to wall. And then I ask the user to post something on their page via VK.Api.call('wall.post', {owner_id: user_id, message: 'some txt'}, function(r). The question is if the user has already given right, can I post without confirmation on his page without a window like "Application xxx offers to post the following entry on your wall and in the news of your friends."

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Anatoly, 2019-01-05
@Symmetrio

Pass the received access_token along with the request.

R
Roman Morozov, 2019-01-10
@Q_BASIC

Do you have a Standalone app or like a website?
If Standalone, then there you execute Wall.post when you want to post and do not ask anyone. ( https://vk.com/dev/standalone)
It looks like you have a website, there is always confirmation, there is no way without it. It says here: https://vk.com/dev/publications

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question