[orkut-developer] Re: Applications not showing on profile pages

2009-03-18 Thread axemclion
Hi, I think template-only for profile would be very limiting. Can you not use Caja instead to allow javascript also on the page so that the profile page helps interaction also. On Mar 18, 2:01 am, Jota jefferson.ru...@gmail.com wrote: Hi Vijaya, Just to avoid future problems, do I need to

[orkut-developer] Re: Applications not showing on profile pages

2009-03-18 Thread Vijaya
@Jota: That is correct. You have to use os:PersonAppDataRequest to fetch personAppData. The radically simplified solution for Person data is still in the review state of the spec, and has not been implemented yet. @axemclion: Please see the following post about using Caja:

[orkut-developer] Re: Applications not showing on profile pages

2009-03-18 Thread axemclion
@Vijaya The post says that Caja was for latency. However, since users can decide on which applications to show on the profile page, latency should be left to them and apps should be given the opportunity to be dynamic if possible. Was this design decision taken for latency only ? My application

[orkut-developer] Re: Applications not showing on profile pages

2009-03-17 Thread Jota
Hi Vijaya, Just to avoid future problems, do I need to convert newFetchPersonAppDataRequest() to the template standards as you said on your e-mail? I am asking because on Data Pipelining documentation, there is a strikeout on text os:PersonAppDataRequest not needed due to Radically simplify the

[orkut-developer] Re: Applications not showing on profile pages

2009-03-12 Thread Vijaya
@Jota : Yes, you need to migrate your profile view to use templates. This is the solution our team has come up with, to deal with the security issues. @Jango: You need to use the templates only in the Profile view. Canvas view can stay as is. For fetching app data with templates, please use the

[orkut-developer] Re: Applications not showing on profile pages

2009-03-12 Thread Jota
Do we need to migrate our actual Profile view to use templates? Is it mandatory? Will the Profile view back as soon as Orkut Developer Team solve the problems concerning security? thanks, Jota On Tue, Mar 10, 2009 at 7:46 AM, Carlos Jango rajar...@gmail.com wrote: Hi Vijaya Do we need

[orkut-developer] Re: Applications not showing on profile pages

2009-03-11 Thread Carlos Jango
Hi Vijaya Is there anyway in the data-pipelining API to get application data stored on orkut servers. I want equivalent to req.add(req.newFetchPersonAppDataRequest('VIEWER', ['*']),viewer_app_data); thanks On Mar 11, 5:02 am, Vijaya api.vij...@google.com wrote: We had recently disabled

[orkut-developer] Re: Applications not showing on profile pages

2009-03-11 Thread Carlos Jango
Hi Vijaya Do we need to use the templates for both Canvas or Profile view or both. Please clarify this. --thanks On Mar 11, 5:02 am, Vijaya api.vij...@google.com wrote: We had recently disabled the profile view of most apps due to security concerns