[OpenSocial] Re: Best approach for OS gadget development?

2009-09-08 Thread Arne Roomann-Kurrik
On Sep 4, 10:20 am, Susan wrote: > Thanks, Arne.  This is very helpful. > > I'm not going max-reach on my first app, just trying to find a solid > approach that will serve me in future apps as well.  It's helpful to > learn that the some containers already support some 0.9 features. > I've been

[OpenSocial] Re: opensocial architecture

2009-09-08 Thread Chris Chabot
Hey H, Indeed if you want to add OpenSocial support to your social network, Apache Shindig is the right tool for the job. For more information see http://incubator.apache.org/shindig/ -- Chris On Tue, Sep 8, 2009 at 10:38 AM, h.bidani wrote: > > Hi, > I have a social network already built

[OpenSocial] Re: Gmonkey hooks, the gmail DOM and gadgets. .

2009-09-08 Thread Chris Chabot
To add to that, the whole security model for opensocial & gadgets is that the containing page (gmail) and the gadget are on seperate domains, and the cross domain policy of the browser will block any gadget -> container interaction. In other words, I don't think it is possible to manipulate the gm

[OpenSocial] Re: opensocial architecture

2009-09-08 Thread Arne Roomann-Kurrik
If you want to expose an API for applications to access your social network, then implementing Shindig is a good way to go. I'd suggest checking out the resources at http://incubator.apache.org/shindig/ to get started. ~Arne On Sep 8, 1:38 am, "h.bidani" wrote: > Hi, > I have a social network

[OpenSocial] Re: Gmonkey hooks, the gmail DOM and gadgets. .

2009-09-08 Thread Arne Roomann-Kurrik
Sorry to disappoint, but this is really the wrong forum for this question. We're covering creating applications using OpenSocial, nothing directly to do with Gmail, Gmonkey, or DOM manipulation - perhaps you accidentally posted in the wrong forum? Cheers, ~Arne On Sep 8, 8:36 am, Jonathan Bow

[OpenSocial] Re: Not getting any reply from orkut

2009-09-08 Thread Arne Roomann-Kurrik
Since this is an orkut-related question, please report it here: http://groups.google.com/group/opensocial-orkut/topics ~Arne On Mon, Sep 7, 2009 at 8:59 AM, sachin bathla wrote: > > Hello > > Some days ago, I have submitted my first orkut app and orkut displayed > the message " your app succes

[OpenSocial] Re: Profile Updation

2009-09-08 Thread Arne Roomann-Kurrik
Hi Vivek, Orkut doesn't support updating profile fields from their APIs. To build a system like the one you described, you should direct users with linked orkut accounts to update their profiles there, and then pull the updated information into your own system. ~Arne On Fri, Sep 4, 2009 at 1

[OpenSocial] Gmonkey hooks, the gmail DOM and gadgets. .

2009-09-08 Thread Jonathan Bownds
Hope this isn't just totally off base for the forum. . I'm trying to manipulate the DOM in gmail using the greasemonkey hooks provided. When I try to refer to the gmonkey object from javascript in a google gadget, the response returned is. . "Permission denied for

[OpenSocial] opensocial architecture

2009-09-08 Thread h.bidani
Hi, I have a social network already built with the following modules (My Profil, My Friends, members, groups, PhotoAlbum) and is written in (java, spring, jsf), and would like to incorporate into the framework of my study opensocial APi in this social network. and does not know exactly what, how m