Hi! apparantly the following code works in JS: var message = opensocial.newMessage(someText); opensocial.requestShareApp(someUserId, message, function(){ alert('sent application invite'); } ); since it's a new feature, it's not included in the official AS3 library. Can anyone post a AS...