Re: [orkut-developer] Re: 3LO problems

2011-03-11 Thread Bruno Oliveira ("btco")
Btw, thanks for the very complete example!

The bug is that our algorithm is being too restrictive when controlling 3LO 
access, so our code is accidentally denying permission to things that should 
be allowed (like listing one's own friends). This will be fixed soon.

-- 
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: 3LO problems

2011-03-11 Thread Bruno Oliveira ("btco")
We're looking into it! Tks!

-- 
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: 3LO problems

2011-03-11 Thread Robson Dantas
Sure, as follows:

RPC sent:
[{"method":"people.get","params":{"userId":["@me"],"groupId":"@self","fields":["displayName","currentLocation","thumbnailUrl","gender","name"]},"id":"self"},{"method":"people.get","params":{"userId":["@me"],"groupId":"@friends","fields":["displayName","currentLocation","thumbnailUrl","gender","name"],"count":300},"id":"friends"}]


Return data:
[{"id":"0","message":"ok"},{"self":{"id":"self","data":{"gender":"male","addresses":[{"region":"","locality":"","type":"currentLocation","country":"BR"}],"isViewer":true,"id":"00579001741238250164","thumbnailUrl":"http:\/\/
static1.orkut.com\/img\/i_nophoto64.gif","name":{"familyName":"BR","givenName":"Opensocial"},"currentLocation":{"region":"","locality":"","longitude":-95.71289,"latitude":37.09024,"type":"currentLocation","country":"BR"},"displayName":"Opensocial
BR"}},"friends":{"id":"friends","error":{"message":"forbidden: Friend
permission not granted","data":{"errorType":"noPermissions"},"code":403}}}]

This also happens when reading scraps.

Let me know if you need anything else.

Best

Robson Dantas
@robsondantas


2011/3/11 Tiago Silveira (Google) 

> Robson, can you share the request that is failing (omitting private data,
> if any)?
>
> Thanks.
>
> --
> 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: 3LO problems

2011-03-11 Thread Tiago Silveira (Google)
Robson, can you share the request that is failing (omitting private data, if 
any)?

Thanks.

-- 
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: 3LO problems

2011-03-11 Thread Bruno Oliveira ("btco")
Yes, earlier today we had an issue with 3LO... we're looking into it.

-- 
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.