Using the new Plazes API, I can: GET /plazes/{id}/activities.xml to get a "collection of Activities of Users that have been at this Plaze." Is there a method...
It seems that it's possible to "befriend" another Plazes user, if you have their Plazes user {id}, by: curl -u 'bob:secret' http://plazes.com/relationships.xml...
... This sentence from the documentation is misleading, it should actually say "collection of Activities of Users at this Plaze." because that collection...
... Right. It is deliberately not part of the published API because we didn't want to commit to that specific interface, and given the recent changes on the...
I wanted to have a simple way of working out my current location from Plazes. Right now it looks like I need to know my user ID number, and then go get...
... Nice! For your information, all requests to http://plazes.com/users/{id} also accept the login name for id instead of the integer id, so sometimes it can...
Hi, There is now a server available if you want to try out the Plazes API using realistic data but without affecting the live service and any user accounts. ...
... Your client needs to include this http header in the request: Content-Length: 0 According to the http spec this header SHOULD be included in every POST...
... http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.13 "Applications SHOULD use this field to indicate the transfer-length of the message-body,...
You can now find some graphics resources (logos, category icons, colour scheme information) for Plazes at: http://code.google.com/p/plazecamp/downloads/list...
Hi, I hope I remember correctly it was Tijs who talked to me about officially supporting the login name alternatively to using the integer id in the plazes...
Hi, ... I requested this in order to eliminate the extra me.xml query to get user's ID number. IMO supporting username instead of ID at least as a redirect...
... You mentioned in an email to the list last week (in response to my Yahoo Pipes! thing) that this was possible... I had noted from the API docs that it...
Hi IIRC there was a chance to localize an IP using the PlazesAPI. Well, more or less, let Plazes guess where on earth this IP is... Is that still possible? ...
... Plazes doesn't connect IP addresses with location, but rather the MAC address of the Internet gateway you're using. In the API documentation you will find...
... Ah, great. I was actually looking for something like this. But Maxmind doesn't seem to work for non-companys. :( ... Ah, ic. But, how can I find that MAC...
... How you get the MAC address (and whether or not you *can* get it) will depend on your operating system. There is a bunch of out-of-date sample code...
... That is correct. You cannot get the MAC "remotely". I think there is no free way to really do this, most databases don't work a 100%. While it's pretty...
... Ok, so my thoughts were right. I didn't get that by "Gateway" my own router at home is meant and not the standard gateway of my internet connection (which...