hi
is there a possibility to use activities without the myspace template generator?
i would like to use the activity also on another social media plattform.
i tried writing my own template using
params[opensocial.Activity.Field.TITLE_ID] = "LISTEN_TO_THIS_SONG";
// mesage bundle in module prefs
<messagebundle>
<msg name="LISTEN_TO_THIS_SONG">
listen to a song!
</msg>
</messagebundle>
but there's always the error:
" Template 'LISTEN_TO_THIS_SONG' is not defined for AppId 182799"
maybe someone can help me out.