fatihsen
Joined: 11/03/2012 02:46:37
Messages: 1
Offline
|
I am developing an IPhone app. I can get the lat and long values from somewhere else.
I use this url for getting the response.
var geolocationUrl = "http://api.geonames.org/findNearestAddress?lat=" + p.coords.latitude + "&lng=" + p.coords.longitude+"&username=something";
But even tough I provide a valid username, I always get the 401 error.
Any suggestions?
|