[OpenSocial] Re: JS security concerns

2008-12-15 Thread Norbert
Answer found -- see Signed Requests (not only for Orkut): http://code.google.com/p/opensocial-resources/wiki/OrkutValidatingSignedRequests --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "OpenSocial Application Deve

[OpenSocial] Re: Best editor to work with Open Social

2008-12-14 Thread Norbert
Have you seen the OpenSocial Dev App? http://osda.appspot.com/ It doesn't integrate into any IDE but runs in the browser. However, this is the most convenient way to edit OpenSocial apps to date. Regards, Norbert --~--~-~--~~~---~--~~ You received this me

[OpenSocial] Re: Determining if user is owner or viewer

2008-12-14 Thread Norbert
it sounds kinda contradictory. :) Regards, Norbert --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "OpenSocial Application Development" group. To post to this group, send email to opensocial-api@googlegroup

[OpenSocial] JS security concerns

2008-12-14 Thread Norbert
on can see only their own messages, this is totally unreliable. So we shouldn't create any app which requires too much security regarding personal information. Is this the case or am I missing the point here? Thanks, Norbert --~--~-~--~~~---~--~~ You received

[OpenSocial] Re: Determining if user is owner or viewer

2008-12-14 Thread Norbert
Hi, If ownerId==viewerId then the person is the owner. Otherwise he is a viewer. e.g. If you view your own widget, you are the owner. If you view somebody else's you are only a viewer. Regards, Norbert --~--~-~--~~~---~--~~ You received this message becaus