Hello, What about this: http://plazes.com/api/docs I did some testing a couple of months ago and it seems to be working... this will be the new api, right?? Is...
Hi, This list has been very quit recently - apologies for that. We hope to get things going related to the Plazes API again soon. ... There will be a...
Hi Tilman, I took a quick look at the new API documentation you emailed earlier this week. Looks really good, nicely documented. I look forward to playing with...
... Hi Lance, We're not currently working on a mobile client so it'd be a perfect opportunity for a simple solution that uses the API. Any Symbian/Java ...
seant@...
Dec 10, 2007 9:10 am
91
... A nut to crack on this topic would be how to store network identifiers for cell phone networks, or even better, a generalized solution to store any kind of...
I am already writing an integration between Fireeagle (http://fireeagle.research.yahoo.com/) and Plazes using the new API. That covers most of issues...
Hi all, Today I wrote a quick hack to allow me to change my activity on plazes via the Launchy tool. Pretty simple hack with the new API, about 5 minutes work...
From: Lance Wicks <lw@...> Sent: Saturday, 22 December, 2007 12:54:15 AM On the subject of obtaining cell mast info. This is definately possible, on...
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...