使用 HTTP API 进行 Vkontakte 音频搜索

发布于 2024-12-06 02:01:46 字数 585 浏览 0 评论 0原文

对不起我的英语。我懂的英语很少。

我正在尝试从这里提取数据: http://api.vk.com/api.php?api_id=2539386&count=200&v=2.0&method=audio.search&sig=c2b83d95d3d5914de0aa6ae7ca1c1007&test_mode=1&q=beatles

c2b83d95d3d5914de0aa6ae7ca1c1007 = md5->141080534api_id=2539386count=200method=audio.searchq=beatlestest_mode=1v=2.0mysecretkey

但返回给我:“错误签名:ifame/flash 授权”

错误在哪里?

Sorry for my English. I know very little English.

I am trying pull data from here : http://api.vk.com/api.php?api_id=2539386&count=200&v=2.0&method=audio.search&sig=c2b83d95d3d5914de0aa6ae7ca1c1007&test_mode=1&q=beatles

c2b83d95d3d5914de0aa6ae7ca1c1007 = md5->141080534api_id=2539386count=200method=audio.searchq=beatlestest_mode=1v=2.0mysecretkey

But return to me : "Incorrect signature: ifame/flash authorization"

Where is error ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

我的影子我的梦 2024-12-13 02:01:46

应该先阅读 API 文档,您的问题的解决方案几乎在有关音频搜索方法的第一行中得到了解释。您收到错误消息是因为您尚未获得授权。您需要首先使用位掩码 8 为您的应用程序授权权限。有关的更多信息音频搜索方法 | 有关应用程序权限位掩码的详细信息

Should've read the API documentation first, the solution to your problem gets explained in pretty much the first line about the Audio Search method. You're getting an error because you're not authorized yet. You need to authorize your app first with rights with bitmask 8. More info about the Audio Search method | More info about the application rights bitmasks

倥絔 2024-12-13 02:01:46

您正在使用旧方法,亲爱的:)像这样使用:

https://api.vk.com/method/audio.search.xml?access_token=TOKEN&q=QUERY

将 TOKEN 替换为您的访问令牌...将 QUERY 替换为您的搜索词

更多信息

You are using old method my dear :) Use like this:

https://api.vk.com/method/audio.search.xml?access_token=TOKEN&q=QUERY

Replace TOKEN with your access token... Replace QUERY with your search term

More info

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文