Hi,
Sory for my English, I from Ukrain )
In my code i use opensocial.requestShareApp(recipientID, message);
where:
recipientID - ID of my friend
message:
message = opensocial.newMessage('[sender] would like you to intall this really super application [app]. Test application invite');
message.setField(opensocial.Message.Field.TITLE, 'install app');
message.setField(opensocial.Message.Field.TYPE, "SHARE_APP");
When I run this function - I see app invite window, but in Mail center->notifications my friend not see invite.
When I use http://www.myspace.com/openspaceeditor or http://www.myspace.com/posttosampleapplication - my friend see invite in his notification box.
Maybe my application not realy send invite because it in development now?