I need to find albums using the "Mozart" query. When I use Rdio API Console. it returns several albums. But in case of the curl utility, it returns nothing.
{"status": "ok", "result": []}
For searching I use the following command:
curl -X POST 'https://services.rdio.com/api/1/?method=searchSuggestions&types=Album&query=Mozart' -H 'Authorization: Bearer AAAAAWEAAAAAAhkPNgAAAABV1duTVdaEUwAAABpuaWlyZXR0eXZiZG1uZjdjbzJhNWxieHdkddStjPwN8G3shj01cryrkCYZT3pq429kU8cRqbPP85Ad'
Why this happens?
Maybe I need to specify the scope parameter while requesting OAuth 2.0 access token?