I want to run Spotify searches from within a Spotify app (to find tracks for an artist, for which I do not have a Spotify URI, only the name).
I have not found functionality in the App API to run searches. An alternative is to talk to ws.spotify.com
to get to Spotify's search, but these web services do not support jsonp which is required for their use in a Spotify app.
What are my options?