Hey, plazes.info gives tags for the plaze, but this information in missing in plazer.plazeinfo. Is this a bug, or intentional? Kind regards, -- Mark Wubben ...
Hey, As you by now might be able to tell, I've been busy implementing the new Plazer 1.0 API, and I'm mailing about issues as I see them. This mail is about...
Hello Mark, a structure always should heave a known and fixed number of members, else it will be quite difficult to implement it in a non-dynamic language like...
Hi Mark! This is 'historical'. The Plazer API is a little bit older. As written in the Wiki, we'll merge them soon. Cheers Stefan ... -- plazes.com Stefan...
... The reason for using an array instead of a struct in all these list methods is to retain the ordering - we want to be able to make a meaningful ordering on...
... So that they can be presented on the user interface sorted by likeliness of occurance. We just recently swapped a few classes depending on their actual...
... Sorry, that was an error in the API documentation generator, it swallowed parameters with datatypes that had a dot in them after the Relaunch. The version...
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. ...