You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to opensocial-an...@googlegroups.com
In the opensocial specs, lifecycle paragraph, “event” and “opensocialevent” are used for the same thing. Which one should it be?
Below is the excerpt:
-------------
If the rel attribute is "opensocialevent", then all events are sent to that endpoint. If the rel attribute matches "opensocialevent.TYPE", then events of TYPE are sent to that endpoint. An optional method attribute can be set to POST or GET to specify how the request should be sent. The default is GET.
How should event type matching be done? The way interpret the specs they imply that “event.addapp” should trigger “event” as well since it is more general.
So if I wanted to break down “addapp” into say “addapp.gallery” and “addapp.invite” for corresponding contexts, then those should also trigger
“event.addapp” and “event” if I have those defined.
Is that correct?
Thanks,
Aleksey
Aleksey Perfilov
unread,
Oct 1, 2008, 2:17:59 AM10/1/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to opensocial-an...@googlegroups.com
One more clarification: For invite event parameters it says “id: attribute indicates users who have been invited”
Which format should it be in? “id1,id2,id3...” or maybe “id1 id2 id3”?