Dear jaak,
I received an email from Cloudmade about their new issue to use their APi services.
from the 1th of May if you want to use the Cloudmade maps or services you need to use token based authorization.
To get a token, use the HTTP method POST to send the following details:
http://auth.cloudmade.com/token/APIKEY?userid=UserID
* APIKEY - is your API key
* UserID - is a unique identifier for your user, for example a hash of your user's device unique identifier and your user's id
This will return a plain text token, like this one:
9d87ec0668bd45baafcdb7d725795d10
2. Use your token to access CloudMade's services
To access CloudMade's services, simply attach your token to any request for tiles, static maps, geocoding, local search, routing, NavEngine, Vector Stream Server or any other services. Like this:
http://b.tile.cloudmade.com/APIKEY/1/256/5/13/9.png?token=TOKEN
* APIKEY - is your API key
* TOKEN - is the token you received in step 1 above
Here is the web page:
http://developers.cloudmade.com/projects/show/auth
Regards
Marco
See http://www.nutiteq.com/cloud-made-api-key-doesnt-work-any-special-request
/JaakL