{
recipientType = EntityType.GROUP;
}
PostActivityRequest postRequest = new PostActivityRequest(new ActivityDTOPopulator()
.getActivityDTO("", recipientType, scope.getUniqueKey(), new SharePopulator(
sharedMessage, commentBox.getText()), null));
processor.makeRequest(actionKeys.get(recipientType), postRequest,
new AsyncCallback<ActivityDTO>()
{