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
