【发布时间】:2011-12-01 21:58:03
【问题描述】:
我正在尝试在我的 iPhone 应用程序中使用 iTunes Affiliate Search API 来搜索 iTunes Store 中的内容。搜索“我想牵你的手”的示例 URL 是:
http://itunes.apple.com/search?term=i+want+to+hold+your+hand&entity=song
此搜索查找标题为“我想牵你的手”的所有歌曲。但是,我只想找到披头士乐队的歌曲。我尝试了以下方法来缩小搜索范围,但没有奏效:
http://itunes.apple.com/search?term=i+want+to+hold+your+hand&entity=song&term=beatles&entity=musicartist
这只是提供相同的结果。
如何构建一个 URL 以使用 itunes.apple.com/search 查找特定艺术家的歌曲名称
【问题讨论】:
标签: ios url itunes affiliates