Why does not the VK audio api list anything?

0

Because VK's api audio does not show me the list of cansines.

Show a list of songs with the audio api of VK, but only give me one with a link that says audio api unavailable.

This is what it prints me:

{"response":
[1,{
"aid": 1,
"owner_id": 100,
"artist": "Аудио доступно на vk.com",
"title": "и в официальных приложениях ВКонтакте",
"duration":25,"url":"https:\/\/vk.com\/mp3\/audio_api_unavailable.mp3"
}
]
}

Here's the example of what I'm implementing VK API

    
asked by Eddy Otsutsuki 15.02.2017 в 10:46
source

1 answer

1

The audio API has been discontinued for third-party applications. Only applications authorized by them can use it. More information at link

    
answered by 15.12.2018 / 14:10
source