I have a website from which I would like to post articles to my group in Vkontakte. The connection is normal, a window with rights confirmation pops up, but when you send a request containing the wall.post method, it gives error 15 (access to the method is denied). Here is the request for authorization
<a href="http://api.vkontakte.ru/oauth/authorize?client_id=<?=$vkontakteApplicationId?>&scope=offline,wall,groups&redirect_uri=http://<?=$sYourDomain?>&response_type=code">Авторизация Вконтакте</a> code wall.post:
$sRequest = "https://api.vkontakte.ru/method/wall.post?owner_id=$vkontakteGroupId=&from_group=1&access_token=$vkontakteAccessToken&message=$text";
I did not try to convey anything except the message
wall.postcodewall.postlike? What do you use for publishing? After all, nowwall.postis available only toStandalone-приложениямand web applications using the confirmation window:ClientAPI, OpenAPI и SDKvk.com/dev/api_confirm - Alexey ShimanskyClientAPI, OpenAPI и SDKand you do not use them. - Alexey Shimansky<script type="text/javascript"> VK.init({ apiId: xxxxxxxx }); </script><script type="text/javascript"> VK.init({ apiId: xxxxxxxx }); </script>should be on my site to use OpenAPI - Vadim