Hi there.
I´m developing a gadget and testing it on the Orkut sandbox.
I startet do post activities and faced the permissions issues, so I
implemented the classic
if (opensocial.hasPermission(opensocial.Permission.VIEWER)) {
DO STUFF
}else{
opensocial.requestPermission
(opensocial.Permission.VIEWER,reason , function (response){});
}
However, the documentation doesn´t tell us what permissions are
granted ...what is included when the user allows the app the to access
the data... and so on.
For instance, in my app,even if I get hasPermission=true, I´m getting
'User denied permission' when trying to create an activity... In fact,
in the app config checkbox , I´m NOT allowing it, so hasPermission was
supposed to be FALSE.
Because of that, I guess I maybe haven´t understand it completely...
Could anyone tell me how it really works?
Thanks in advance !
--
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.