Hi,

I'm implementing an OpenSocial container that includes support for
lifecycle events. For several events (addapp, removeapp, invite) the
spec says you can send multiple user IDs in one ping. How is this
supposed to be done?

My guess is to either send the same parameter with multiple values,
e.g." 
http://www.app.com/events/addapp?id=joe&id=alice&id=bob&from=gallery&eventtype=addapp";,
or to use one parameter and separate the values by pipe ("|") such as
for a list list user pref in the Gadget rendering request, e.g.
"..&id=alice|bob|joe..".

What's the way to go? What do RFC and W3C say about this? I believe
the first option is the right one, but I haven't been able to confirm
it.


Thanks,
Jacob


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Implementing OpenSocial Containers" 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-container?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to