I'm trying to create a quiz application where taking a quiz results in a feed message like "user X took quiz Y", where Y would link to that specific quiz inside my app.
If I publish an activity, I can put
Y to link to my app, and that works fine, but if I try to include view-params in the link, then it won't get linked.
I'm guessing this is some kind of protection against scripts. As a minimal example, I tried view-params={} and view-params=%7B%7D and those both fail.
To be more precise, I am setting opensocial.Activity.Field.TITLE to be something like /apps/displayAppCanvas.do?appId=42692&view-params={}