It would help quite a bit if you posted the name of the container you
were using when this error occurred.  Of course, because this is a
container-specific question, you should have posted this in the
appropriate container-specific forum as well.

~Arne


On Nov 19, 10:38 pm, Rajasekhar <[EMAIL PROTECTED]> wrote:
> HI
>
> When i am usig this code for sending streams .I am using 0.7
> version .I am unable to post activity to my friends.
>
> function postActivity(feed,type)
> {
>         var data = {};
>         data[opensocial.Activity.Field.TITLE] = "Title";
>         data[opensocial.Activity.Field.BODY] = "Created Flinkit";
>         var activity = opensocial.newActivity(data);
>         opensocial.requestCreateActivity(activity,
> opensocial.CreateActivityPriority.HIGH, callback
>         );
>  }
>  function callback(response)
>  {
>          console.log(response);
>  }
>
> i am getting error like
> ----------------------------------------------------------------
> a is undefined
> t_li(undefined, true, undefined, undefined)common042.js (line 216)
> t_mi("{"title":"Title","body":"Created Flinkit","mediaItems":[]}")
> common042.js (line 215)
> S(Object s=create_activity [EMAIL PROTECTED] veernapu c=0)rpc.js?c...
> 226604914 (line 155)
> b()()rpc.js?c...226604914 (line 121)
> [Break on this error] function t_li(a,b,c,d){t_e.gadgets.rpc
> [t...t_ai);t_Q("openGadgetReportFloat",t_ci);
>
> -----------------------------------------------------------------
>
> any bidy help me very urgent
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenSocial Application Development" group.
To post to this group, send email to opensocial-api@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to