magically, the updates are working now. Didnt do anything actually.

On Jul 16, 2:42 pm, sharath <[EMAIL PROTECTED]> wrote:
> Hi Jason,
>
> The activities are working fine with other apps, also in my app its
> working for very few accounts.
> what is the exact status?
>
> Thanks
> Sharath
>
> On Jul 16, 4:35 am, Jason <[EMAIL PROTECTED]> wrote:
>
>
>
> > Hi Sharath. I'm sorry for the late reply. Activities have been
> > disabled temporarily as we deal with traffic issues but this should be
> > resolved shortly, and I'll look into this more soon after. I apologize
> > for the wait, but I will get this sorted out for you.
>
> > - Jason
>
> > On Jul 15, 8:01 am, sharath <[EMAIL PROTECTED]> wrote:
>
> > > Hi Jason,
>
> > > Will this issue be solved atleast now?
> > > Its a bitter experience as the activity stream updates are being
> > > posted inconsistently.
> > > Hope a solution soon.
> > > Its been almost 20days working on the same old issue.
>
> > > Thanks
> > > 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- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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