使用 HTTP API 进行 Vkontakte 音频搜索
对不起我的英语。我懂的英语很少。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
应该先阅读 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
您正在使用旧方法,亲爱的:)像这样使用:
将 TOKEN 替换为您的访问令牌...将 QUERY 替换为您的搜索词
更多信息
You are using old method my dear :) Use like this:
Replace TOKEN with your access token... Replace QUERY with your search term
More info