The spec defines the following for the field opensocial.Activity.Field.TEMPLATE_PARAMS

"A map of custom key/value pairs associated with this activity. These will be used for evaluation in templates. The data has type Map<String, Object>. The object may be either a String or an opensocial.Person. When passing in a person with key PersonKey, can use the following replacement variables in the template:

- PersonKey.DisplayName - Display name for the person
- PersonKey.ProfileUrl. URL of the person's profile
- PersonKey.Id - The ID of the person
- PersonKey - Container may replace with DisplayName, but may also optionally link to the user."

But, as of rev 727440, Shindig still expects templates to be Map<String, String>. Any idea when Shindig expect to add support for Map<String, Object> ?

Vijay

Reply via email to