Hi, There is a mention of the new URL formats in following doc spec
http://opensocial-and-gadgets-spec.googlegroups.com/web/3-OpenSocial_0_8_REST_API_Spec.html?gda=upjLrVQAAAC7OuD-461BoAhoCUjh7mVrBR6AOgPQO2n7RNUiY9RgY2G1qiJ7UbTIup-M2XPURDQTHwCSUO-iDdpbpSPD1WO8ZzC6Ggji_XKShc8G0BbGH4TIXwSHFlc31AV7pr2W3Bo It has a section that mentions how URLs would be. I am pasting a snippet from it below. People URI examples: /people/{guid}/@all -- *Collection of all people connected to user {guid}* /people/{guid}/@friends -- *Collection of all friends of user {guid}; subset of @all* /people/{guid}/{groupid} -- *Collection of all people connected to user {guid} in group {groupid}* /people/{guid}/@all/{pid} --* Individual person record for a specific person known to {guid}; shows {guid}'s view of {pid}.* /people/{guid}/@self -*- Profile record for user {guid}* * */people/@me/@self -- *Profile record for requestor* Hope this helps you. Best, -Rohit Google Developer Programs Join us at Google's biggest developer event of the year May 28-29, San Francisco http://code.google.com/events/io On Thu, May 22, 2008 at 8:42 AM, Margaret <[EMAIL PROTECTED]> wrote: > > I have read through the newest spec draft and can not find any > references to the URL format mentioned in a spec I had read > previously, > http://code.google.com/apis/opensocial/docs/gdata/activities/developers_guide_protocol.html > , > which is: > http://domain/activities/feeds/activities/user/userID/source/sourceID > > My confusion is: how come this type of URL is not mentioned in the 0.8 > REST API spec draft? > (In addition, searching Shindig code, I see no evidence of code > handling this sort of URL so any pointers in that direction would also > be helpful. > > I am a Java component who wants to produce an Activities feed. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenSocial Application Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/opensocial-api?hl=en -~----------~----~----~----~------~----~------~--~---
