Hi Jason,
Thank you for your reply. I confirmed to be able to create an activity
at several hours ago. We can create it now.
Best regards,
Yoichiro
On July 15, 7:10 pm, Jason <[EMAIL PROTECTED]> wrote:
> Hi Nemesh. I'm sorry for the late reply.
>
> Are you still seeing this issue? The code snippet you provided runs
> successfully for me with no error reported. As Yoichiro notes, this
> was likely due to a temporary issue with the back-end that has since
> been addressed, but please let me know if this is still a problem on
> your end.
>
> - Jason
>
> On Jul 3, 12:09 pm, Nemesh <[EMAIL PROTECTED]> wrote:
>
> > Hi Yoichiro,
>
> > Thank you for your reply.
>
> > yes I also noticed the same thing. Lets wait and see.
>
> > Nemesh
>
> > On Jul 3, 7:02 pm, yoichiro <[EMAIL PROTECTED]> wrote:
>
> > > Hi Nemesh,
>
> > > I have known the same situation since yesterday, too.
> > > But this error does not occurs inwww.orkut.com.
>
> > > I seem that there are some trouble in the code of Shindig on
> > > sandbox.orkut.com...
>
> > > Best regards,
> > > Yoichiro
>
> > > On July 3, 8:40 pm, Nemesh <[EMAIL PROTECTED]> wrote:
>
> > > > Here is the response I get when I try to run the code:
>
> > > > <HTML>
>
> > > > <HEAD>
>
> > > > <TITLE>Error fetching data</TITLE>
>
> > > > </HEAD>
>
> > > > <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
>
> > > > <H1>Error fetching data</H1>
>
> > > > <H2>Error 500</H2>
>
> > > > </BODY>
>
> > > > </HTML>
>
> > > > Nemesh
>
> > > > On Jul 3, 4:39 pm, Nemesh <[EMAIL PROTECTED]> wrote:
>
> > > > > I am getting the follwing response when I try to run the following
> > > > > code in sandbox:
>
> > > > > createASampleActivity()
>
> > > > > function postActivity(title, body) {
> > > > > var params = {};
> > > > > params[opensocial.Activity.Field.TITLE] = title;
> > > > > if (body != null) {
> > > > > params[opensocial.Activity.Field.BODY] = body;}
>
> > > > > var activity = opensocial.newActivity(params);
> > > > > opensocial.requestCreateActivity(activity,
> > > > > opensocial.CreateActivityPriority.HIGH,
> > > > > postActivityCallback);
>
> > > > > };
>
> > > > > function postActivityCallback(data) {
> > > > > if (true) console.log(data);
>
> > > > > };
>
> > > > > function createASampleActivity() {
> > > > > var title = 'This is a test title';
> > > > > var body = 'Check it';
> > > > > postActivity(title, body);
>
> > > > > }
>
> > > > > Is something wrong with the orkut sandbox server. I tried the same
> > > > > code earlier and it used to work. I am getting this response since
> > > > > last 2 days. I also saw other applications on orkut throwing same
> > > > > response.
>
> > > > > Please help.
>
> > > > > Nemesh- 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 [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
-~----------~----~----~----~------~----~------~--~---