Hi Anand. At this time, you can only pass in a single string-based ID
(e.g. '15135806636142477371') or a constant such as
opensocial.DataRequest.PersonId.OWNER or
opensocial.DataRequest.Group.VIEWER_FRIENDS.

- Jason

On Oct 29, 2:36 am, Anand Rahar <[EMAIL PROTECTED]> wrote:
> Hi am using the given below code for sending to message to my friends
> but it show as undefined
>
> can you please help me out to resolve this.
>
> function requestSendMessage()
>    {
>           var frnd="15135806636142477371,16682597946769754568";
>           var friends=frnd.split(',');
>
>           var params = {};
>           params[opensocial.Message.Field.TITLE]="just for testing";
>           var body="Hi This is the testing mail";
>            var message = opensocial.newMessage(body, params);
>           opensocial.requestSendMessage(friends.toString(), message,
> opt_callback);
>
>    }
>
> Thanks & Regards
>
> --Anand Rahar
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to