Map API

Nutiteq Maps Lib SDK enables developing advanced mobile mapping applications.
Platforms: Android, RIM BlackBerry, Java ME (J2ME)
Download maps API SDK »
Untitled Document

Products

» View demos
» Downloads

Uudised

Viimane: Tue, 17 May 2011 13:21:59
Teema: Nutimap Eesti kaardi asemele
Veel uudiseid »

Cloudmade new API token method, lib change required

1 reply [Last post]
marcov
User offline. Last seen 3 weeks 5 days ago. Offline
Joined: 07/06/2009

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

jaak
User offline. Last seen 13 hours 25 min ago. Offline
Joined: 06/19/2008

See http://www.nutiteq.com/cloud-made-api-key-doesnt-work-any-special-request

/JaakL