Answer the question
In order to leave comments, you need to log in
What library to receive audio recordings from VK?
For python there is vk_api and its audio . This library allows you to easily parse audio from a page. i.e. get links, titles, performers.
Is there a library with similar functionality for node?
Googling didn't turn up anything good.
Answer the question
In order to leave comments, you need to log in
Maybe it's worth digging into the VK api documentation?
Get the token here
<?php
$client_id = '5456066';
$scope = 'offline,audio';
$new_url = "https://oauth.vk.com/authorize?client_id=$client_id&display=page&redirect_uri=http://vk.com/blank.html&scope=$scope&response_type=token&v=5.60";
header('Location: '.$new_url);
?>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question