Hi Jason,

I have replied to you personally with the details , Kindly look into
it at the earliest.

Thanks and Regards
Sharath

On Jul 10, 9:46 am, Jason <[EMAIL PROTECTED]> wrote:
> Hi Sharath. I'm afraid I wasn't able to reproduce this error. I
> installed the Developer Application for OpenSocial (DAfOS) in my
> production account, pasted the script below, and saw my activities
> posted as expected. I'm including the link to DAfOS below; can you
> install it, test the following code, and let me know if you see the
> activity posted as expected? If so, it's probably a bug in your
> application, and I'm going to need your app's URL.
>
> http://www.orkut.com/AppInfo.aspx?appId=845795770537
>
> /**
>  * DAfOS SAMPLE CODE
>  */
> function addToActivityStream() {
>   var params = {};
>   params[opensocial.Activity.Field.TITLE] = 'Fake title';
>   params[opensocial.Activity.Field.BODY] = 'Fake body';
>
>   var activity = opensocial.newActivity( params );
>   opensocial.requestCreateActivity(activity,
> opensocial.CreateActivityPriority.HIGH, onAddActivity);
>
>   gadgets.window.adjustHeight();
>
> }
>
> function onAddActivity(data) {
>   alert ('Activity created');
>
> }
>
> addToActivityStream();
>
> /**
>  * end DAfOS SAMPLE CODE
>  */
>
> - Jason
>
> On Jul 9, 12:16 am, sharath <[EMAIL PROTECTED]> wrote:
>
> > Hello,
>
> > I am able to post activity stream updates in sandbox, but in
> > production its giving error since 10days. Sometimes i get responseitem
> > undefined, sometimes it shows viewerdata has no properties.
> > Kindly let me know the solution soon
>
> > Regards
> > Sharath
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@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-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to