My activity feed code was working and on Friday it stopped. Today (Monday Feb 2) I see this error:
MessageType is not supported
Is this related to the recenty posted issues by Marco?
If not, what does this error mean?
Mike
Heres the code:
var params[opensocial.Activity.Field.TEMPLATE_PARAMS] = {"body0":body0, "body1":body1, "body2":body2};
var mediaItemArray = [;
params[opensocial.Activity.Field.MEDIA_ITEMS] = mediaItemArray;
var activity = opensocial.newActivity(params);
opensocial.requestCreateActivity(activity, opensocial.CreateActivityPriority.HIGH,
function(data) {
...