Answer the question
In order to leave comments, you need to log in
How can the VK application access the correspondence?
I am writing an extension for chrome, in the work of which it is necessary to access the correspondence for its analysis. The Standalone application allows you to create a link, when you click on it, you can manually pull out the token. This option is not suitable. The question is how to get access to the correspondence? Maybe without using a token. I've seen similar extensions that implement this, but I don't know how.
Answer the question
In order to leave comments, you need to log in
create a link, when you click on it, you can manually pull out the token
https://oauth.vk.com/authorize?...
) followed by a redirect to https://oauth.vk.com/blank.html
.../blank.html
) and then work and pull it out of the hash from there access_token
.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question