opensocial - What is the JSON syntax to add tags to a statusupdate in IBM Connections? -
i want post (programmatically) statusupdate activitystream in ibm connections (4.0). looking correct place put json
"tags":[{"objecttype":"tag","displayname":"ibms"}],
i have tried this:
{ "actor": { "id": "@me" }, "verb": "post", "title": "${share}", "content":"this event <i>second entry</i> #ibms", "updated": "2013-01-01t12:00:00.000z", "object": { "summary": "first entry details #ibms", "tags":[{"objecttype":"tag","displayname":"ibms"}], "objecttype": "note", "id": "objectid5", "displayname": "first entry", } }
and entry posted succesfully, tags not there, looking sample correctly posts note activitystream containing tags
i don't think can add tags status updates. @ least don't seem able in connections ui don't see why able programmatically. believe should using micro-blogging api post status updates.
Comments
Post a Comment