Hi Jason,
There seems to be a problem in the way proxy works
When I use
<Optional feature="content-rewrite">
<Param name="include-urls">.*</Param>
<Param name="exclude-urls"></Param>
<Param name="include-tags">.*</Param>
</Optional>
Everything works fine except my image for the activity feed. It somewhere
got messed up and
The one below
http://hosting.gmodules.com/ig/gadgets/file/113856488984096783541/ortist.gif
gets changed to
http://www.orkut.gmodules.com/ig/gadgets/file/113856488984096783541/ortist.gif?refresh=86400
If I am not wrong the correct conversion should be something like this
http://www.orkut.gmodules.com/gadgets/proxy?refresh=86400&url=http%3A%2F%2Fhosting.gmodules.com%2Fig%2Fgadgets%2Ffile%2F113856488984096783541%2Fortist.gif
But everything seems to work fine in sandbox. Note in sandbox it uses the
direct url does not proxy it.
This is my App
Ortist Graphical Scrapbook - please look into it and let me know
♫ http://www.orkut.com/AppInfo.aspx?appId=633935603719
Can someone look at it and let me know what exactly is the problem.
Thanks
Dinesh
On Wed, Jul 16, 2008 at 5:51 AM, Ujj <[EMAIL PROTECTED]> wrote:
>
> 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 [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
-~----------~----~----~----~------~----~------~--~---