[orkut-developer] Lista de amigos: data.get('viewerFriends').getData() devuelve null

2011-03-02 Thread Pablo Mendez
Buenas tardes: estoy implementando las funciones de obtención de la lista de 
amigos, que son casi exactamente iguales a las que pueden encontrarse en 
http://code.google.com/intl/es/apis/igoogle/docs/tutorial.html, a saber:
function amigos() {
if (opensocial.hasPermission(opensocial.Permission.VIEWER)) {
var req = opensocial.newDataRequest();

req.add(req.newFetchPersonRequest(opensocial.IdSpec.PersonId.VIEWER), 
'viewer');
var viewerFriends = opensocial.newIdSpec({ "userId" : "VIEWER", 
"groupId" : "FRIENDS" });
var opt_params = {};
opt_params[opensocial.DataRequest.PeopleRequestFields.MAX] = 100;
req.add(req.newFetchPeopleRequest(viewerFriends, opt_params), 
'viewerFriends');
req.send(amigosProcesar);
}
else {
return false;
}
}

function amigosProcesar(data) {
var destino = document.getElementById("api_amigos");
var viewer = data.get('viewer').getData();
var viewerFriends = data.get('viewerFriends').getData();

html = new Array();
html.push('');
viewerFriends.each(function(person) {
if (person.getId()) {
html.push('' + person.getDisplayName() + "");
}
});
html.push('');
destino.value = html.join("");
}

En la función "amigosProcesar", la llamada a 
data.get('viewerFriends').getData(), devuelve siempre "null", ¿hay algún 
error? ¿Es un bug? He aquí, estoy trabajando en Sandbox, tengo 3 amigos y 
dos de ellos ya adhirieron la aplicación a su perfil. ¿Cómo se soluciona 
esto?
Desde ya, muchas gracias.
Saludos.

Pablo Mendez

-- 
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 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: AppReviewer now checking live apps -- you may receive e-mails!

2011-03-02 Thread Giovani
Same here, Bruno.

I received a warning email about my application, which has been
active  for more than 2 years, and I never get at least users
concerning about load time. I´ve tested it here now, and the time to
load the application was about 10 seconds. Is this considered a lot
for you? What´s the time limit for loading the application?

Other message I´ve received was
- Found malicious content in description or urls accessed by this app.

Since my application is about the Holy Bible, I really dont believe
there is malicious content there. Could you please detail what
malicious content was found, so I can remove it?

The appid is 83913050748.

On 2 mar, 11:33, anatoly  wrote:
> same here, once again I get these automated messages
> these are obviously problem with app reviewer
>
> please check
>
> On Mar 2, 3:39 pm, as  wrote:
>
>
>
>
>
>
>
> > I do have the same issue about loading time.
> > I´ve received several messages about it.
> > I did test it, and for me they are just fine.
>
> > On 24 fev, 12:50, anatoly  wrote:
>
> > > strange, it's hosted on AWS, never had had any issues with that...
>
> > > On Feb 24, 5:31 pm, "Bruno Oliveira (\"btco\")" 
> > > wrote:
>
> > > > I tried again and it loaded instantly this time.
>
> > > > Perhaps it was a temporary issue with the network here or somewhere in
> > > > between our office and the place where you are hosting one of your
> > > > resources.
>
> > > > Please let us know if you receive the e-mail again...- 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 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: ¿Cómo se activa el 2-legged OAuth? ¿Dónde está la documentación?

2011-03-02 Thread Pablo Mendez
Por favor, les ruego me respondan a esta consulta, ya que no quiero tener 
que abrir una cuenta de Google Apps y abonar los costos correspondientes, 
sin saber primero si eso constituye la solución al problema planteado.
Muchas gracias.
Saludos.
 
Pablo Mendez

-- 
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 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: AppReviewer now checking live apps -- you may receive e-mails!

2011-03-02 Thread anatoly
same here, once again I get these automated messages
these are obviously problem with app reviewer


please check


On Mar 2, 3:39 pm, as  wrote:
> I do have the same issue about loading time.
> I´ve received several messages about it.
> I did test it, and for me they are just fine.
>
> On 24 fev, 12:50, anatoly  wrote:
>
>
>
> > strange, it's hosted on AWS, never had had any issues with that...
>
> > On Feb 24, 5:31 pm, "Bruno Oliveira (\"btco\")" 
> > wrote:
>
> > > I tried again and it loaded instantly this time.
>
> > > Perhaps it was a temporary issue with the network here or somewhere in
> > > between our office and the place where you are hosting one of your
> > > resources.
>
> > > Please let us know if you receive the e-mail again...- 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 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



Re: [orkut-developer] Re: AppReviewer now checking live apps -- you may receive e-mails!

2011-03-02 Thread Dig Ji
App reviewer Not working Properly.

Thanks

On Wed, Mar 2, 2011 at 7:09 PM, as  wrote:

> I do have the same issue about loading time.
> I´ve received several messages about it.
> I did test it, and for me they are just fine.
>
>
>
> On 24 fev, 12:50, anatoly  wrote:
> > strange, it's hosted on AWS, never had had any issues with that...
> >
> > On Feb 24, 5:31 pm, "Bruno Oliveira (\"btco\")" 
> > wrote:
> >
> > > I tried again and it loaded instantly this time.
> >
> > > Perhaps it was a temporary issue with the network here or somewhere in
> > > between our office and the place where you are hosting one of your
> > > resources.
> >
> > > Please let us know if you receive the e-mail again...
>
> --
> 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
> opensocial-orkut+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/opensocial-orkut?hl=en.
>
>

-- 
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 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: AppReviewer now checking live apps -- you may receive e-mails!

2011-03-02 Thread as
I do have the same issue about loading time.
I´ve received several messages about it.
I did test it, and for me they are just fine.



On 24 fev, 12:50, anatoly  wrote:
> strange, it's hosted on AWS, never had had any issues with that...
>
> On Feb 24, 5:31 pm, "Bruno Oliveira (\"btco\")" 
> wrote:
>
> > I tried again and it loaded instantly this time.
>
> > Perhaps it was a temporary issue with the network here or somewhere in
> > between our office and the place where you are hosting one of your
> > resources.
>
> > Please let us know if you receive the e-mail again...

-- 
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 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: IMPORTANT: New JS/HTML parser! Please check your apps still work!

2011-03-02 Thread Tiago Silveira (Google)
A new version of sandbox with fixes for this code has been pushed. Please 
also test the canvas page.

Anatoly, yes we've added some key apps to our QA process. Not by popularity, 
but by feature usage.

Eduardo, what we'll do instead is render the whole iframe with the proper 
DOCTYPE. In other words, we add it automatically so you don't have to.

-- 
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 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.