Good evening) I am writing a small application using the VK SDK. The server's secure. * API methods are needed (for example, secure.sendNotification). To call them, you need to get another token using a special scheme that is poorly described in the documentation.
'https://oauth.vk.com/access_token?client_id=' + CLIENT_ID + '&client_secret=' + CLIENT_SECRET + '&v=5.50&grant_type=client_credentials' where I insert my client_id and client_secret. I just don’t know how to call this request and get the token back to use it in secure methods. *.
Maybe someone knows how to do this? It is possible an example both on java and on C #.
access_tokenappears on the screen - insert it into the code / config of your application, and that's it. - Sergey Rufanov