Hi there, I have a couple of questions regarding user.history: - How do I get the user_key from a user_name? - When exactly can I get information out of...
... There is currently no direct way to do this. The long term plan is to extend the API with people and plazes search functions. ... The 'tracking' ('Track...
... You can extract the user_key from the URL to the users profile on Plazes.com in the User struct. Here's the code I use in Ruby: response['id'] =...
... Yeah. The problem was, that I never thought, the username could be case sensitive. It took me a while to figure that out... I now use user.trazes, because...
... This is for the plazer API, not the plazes API (note the tiny difference ;), right? When using the plazes API it should not be necessary to resort to these...
... Oh. Yes they are case sensitive, as they are when logging in via the plazer or the website. I added a note to the plazes API docs (which will slowly find...
in an earlier version of the trazer functionality, there was an xml file for download. is this still available? i could not find it on the site. -gregor...
... No, we did not port this to the new version of the site. But that functionality is now covered by the function user.history which the new Flash Badge also...
Hello guys, sorry for this dumb question, but I can't find a place to download the plazes api... I know the new shared library is not released yet, but what...
... There is currently no software associated directly with the plazes API that can be downloaded, such as a reference implementation or the common shared...
check out http://api.plazes.com/ and then there was www.codeplaze.com which is not just redirecting to beta.plazes.com you can get the my implementation...
... No, only the human-only readable docs at http://beta.plazes.com/api/plazes/doc and here http://api.plazes.com/wiki/index.php/Plazes_API_Documentation ... ...
Is there any simpler API than an XML-RPC one? I would like to link my mobile mapping program ( http://j2memap.landspurg.net ) with Plazes, but adding XML-RPC...
Hi guys, I have a quick question about the Plazes API and the timezone of the epoch timestamps returned from user.trazes. First of all I'm in UTC+2 and if I...
Well the subject line kinda says it all -- but would it be possible to have the tags associated with a place (plaze?) included in the Plaze struct? It seems...
Hi Steffen! You are right, the API is a little bit behind the web. Tags will be part of the Plazes strcut in the next API update. This will happen in october. ...
i noticed that when i go back and edit a plaze i discovered, it shows up in the list of recent plazes (and in my traze) as if i had been there at the time of...
... well, what about http://beta.plazes.com/user/gregor/rss is there a way to get all plazes, not just the last 10 or so? georss is a fine format, preferrable...
while playing with the GeoRSS output, it occured to me that it would be quite cool (and easy to implement) to have an additional polyline in the output. this...
Hi, I am trying to write a C based client using libxmlrpc to access Plazes. I have not been able to find any example C based source. Right now I am trying to...
Hi, I am trying to write a C based client using libxmlrpc to access Plazes. I have not been able to find any example C based source. Right now I am trying to...
Hi Sean, a C++-library will be released very shortly, and writing C bindings for this library will be much easier than doing the whole stuff from scratch. ...
Hello, just for testing the api, I did a small program to try to log in into the server, and get a session id... my program send this: POST /api/plazes/xmlrpc...
Hello everyone, are the docs on http://api.plazes.com/wiki/index.php/Main_Page updated? I can't use launcher.login method, I always get unknown method... ...
... Yes, the plazer api uses another key the than plazes api. Only the key for plazes can be obtained automatically online. Send us an email if you want to...
... This is a *Plazer* API method call, so the URL is http://beta.plazes.com/api/plazer/xmlrpc However, for running Plazer API calls you need another developer...