hi all,
i want to know how can i publish an activity that includes a link to my app
in the header section...
my publish function looks like this:
send : function(mensaje, attachments) {
var text = attachments.name;
var params = {};
params[opensocial.Activity.Field.BODY] = '<span style="float:left;"><img
src="'+ attachments.media[0].src +'" alt="Descripcion" /></span><span>' +
text + '</span>';
params[opensocial.Activity.Field.TITLE] = attachments.caption;
var activity = opensocial.newActivity(params);
opensocial.requestCreateActivity(activity,
opensocial.CreateActivityPriority.HIGH, callback);
}
but the activity created doesn't include a link to the app.
thanks in advance.
Roberto Scattini
--
You received this message because you are subscribed to the Google Groups
"orkut Developer Forum" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/opensocial-orkut?hl=en.