A user is allowed to send up to 10 messages per day, and each message can be sent to any number of recipients. So I can use an application to send 10 different messages to my 20 best friends every day.
- Jason On Jan 7, 10:28 am, Shrikant <[email protected]> wrote: > user can send invite to more than 10 ppl in at once but will be > considered just the one instance , correct??? or user will exceed his > quota ?? > > On Jan 7, 4:35 am, Aakash Bapna <[email protected]> wrote: > > > Currently its not possible to send message to an array of id's passed. You > > can use the parameter OWNER_FRIENDS or VIEWER_FRIENDS, the message will be > > sent to friends whose name the user type's in the popup box. > > > Thanks,Aakash Bapnahttp://aakash.me> Date: Tue, 6 Jan 2009 19:49:58 -0800> > > Subject: [orkut-developer] Sending message to multiple selected friends > > !!!> From: [email protected]> To: [email protected]> > > > > Hi ,> > I am using following code for send invite to selected friends > > only,> their IDs are stored in globalselectedfrndnms but some how its NOT> > > sending the message. But if it's just one user it sends the invite> > > properly.> > function sendEmail()> {> var params = [];> > > params[opensocial.Message.Field.TITLE]="Hola!";> var body="Join > > community";> var message = opensocial.newMessage(body, params);> > > //alert("IN SENDMAIL");> var recipient = globalselectedfrndnms;> > > //alert(recipient);> opensocial.requestSendMessage(recipient, message);> > > };> > Please guide me on this for sending emails to only selected friends.> > > > Thanks,> Shrikant.> > > > _________________________________________________________________ > > It’s the same Hotmail®. If by “same” you mean up to 70% > > faster.http://windowslive.com/online/hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_b... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

