Good evening. I add an entry to the wall using this code:
<script src="http://vkontakte.ru/js/api/openapi.js" type="text/javascript"></script> <script type="text/javascript"> VK.init({apiId: ''}); //Данный код публикует запись на стену VK.Api.call('wall.post', {owner_id: '', message: "Привет"}, function (data) { if (data.response) { alert('Запись успешно добавлена!'); } }); </script>
Everything works great, but only at each location a window appears to confirm the placement of the record. Tell me, please, is it possible to somehow get rid of this window?