Any estimated date on when exactly the httprequests are going to die?
Also, <os:PersonAppDataRequest> only returns {} on the sandbox's
profile view.
no data. no error. just plain {}.
Gabriel
On May 12, 12:20 pm, Apurv Gupta <[email protected]> wrote:
> yes. You should make profile view use data from appData.
>
> On Tue, May 12, 2009 at 6:23 PM, Eduardo Rocha
> <[email protected]>wrote:
>
>
>
> > Shishir, what do you mean here?
>
> > If I store user data on my server, I would have to save a copy in
> > appdata to be able to show in the profile view?
>
> > Thanks.
>
> > On 12 maio, 03:42, Shishir <[email protected]> wrote:
> > > This may be a bug in shindig. Could you please file a JIRA issue
> > athttps://issues.apache.org/jira/browse/SHINDIG
>
> > > Also, FYI, please do not use HttpRequests on profile view. These will
> > > go away sometime soon.
>
> > > Cheers,
> > > Shishir
>
> > > On May 12, 3:29 am, "[email protected]" <[email protected]> wrote:
>
> > > > how to reproduce:
> > > > 1. make a url request, e.g. one to Yahoo's query language.
> > > > 2. add two variables.
>
> > > > <os:HttpRequest key="yql" href="http://query.yahooapis.com/v1/public/
> > > > yql?q=select%20*%20from%20search.images%20where%20query%3D%27%5B%22$
> > > > {d.content.terms[0]}%22%2C%22${d.content.terms[1]}%22%5D
> > > > %27&format=json"/>
>
> > > > 2. there's no step 2
>
> > > > Expected behavior:
> > > > - a request to YQL with the desired url.
> > > > This would happen if i just remove the seccond variable from the url,
> > > > as in:
> > > > <os:HttpRequest key="yql" href="http://query.yahooapis.com/v1/public/
> > > > yql?q=select%20*%20from%20search.images%20where%20query%3D%27%5B%22$
> > > > {d.content.terms[0]}%22%5D%27&format=json"/>
>
> > > > Actual behavior:
> > > > - the whole widget returns 404.
>
> > > > if i print both vars, they return "red" and "green" sans quotes.
>
> > > > Thank you.
> > > > Gabriel
>
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---