You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by Umashanthi Pavalanathan <um...@gmail.com> on 2010/06/24 13:49:47 UTC

Implementing ActivityService

Hi,

I noticed that the createActivity() method of ActivityService interface [1],
doesn't have a parameter 'activityId'. This behavior is validated in the
ActivityHandler too.
Does the container implementing the ActivityService, require to generate the
activityIds automatically?
If this is done so, how does the gadget/app find the activityId when calling
the getActivity()?

This is the same with createMessage(), createMessageCollection() methods as
well.

Can anyone clarify how this should be handled when implementing these
interfaces?


Thanks,
~Umashanthi


[1]
http://shindig.apache.org/shindig-1.1.x/apidocs/org/apache/shindig/social/opensocial/spi/ActivityService.html