Answer the question
In order to leave comments, you need to log in
AJAX request on VUE to VK API?
Hello everyone, I'm trying to pull data from my page using api vk.
The following error appears in the console:
The request code itself:
axios
.get('https://api.vk.com/method/users.get?user_ids=' + this.user_id +'&access_token=' + this.access_token +'&v=5.92')
.then(response => (this.info = response));
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question