Hi, I believe the Google Sites API is managed through the GData API which in turn uses OAuth for authentication, in which case you need to read http://code.google.com/apis/gadgets/docs/oauth.html which describes how to interact with data via the Google API's using OAuth.
Thanks, Paul On Fri, Aug 20, 2010 at 12:10 PM, manjula m <[email protected]> wrote: > Hi All, > > I am trying to build a gadget in google site which should display site > name,collaborators name,viewers name and created date.But i am > struggling how to fetch google site information from google sites to > GGE(Google Gadget Editor).plz tell me how to fetch the infromation > with example.plz guide me. > > My ui code is as follows: > <?xml version="1.0" encoding="UTF-8"?> > <Module> > <ModulePrefs title="Site integration" width="400" height="300" > description="Site Details" author="manjula" > thumbnail="http://dailyatheistquote.com/images/thumb.jpg" > /> > <Content type="html" ><![CDATA[ > <div id="map" style="width: 100%; height: 100%;"> > <b>My Sites</b> > <table width="100%" border="1"> > <tr> > <td bgcolor="#0080FF" border="1"><font size="2px">Category</font></td> > <td bgcolor="#0080FF" ><font size="2px">SiteName</font></td> > <td bgcolor="#0080FF" ><font size="2px">Created</font></td> > <td bgcolor="#0080FF"><font size="2px">Collaborator</font></td> > <td bgcolor="#0080FF"><font size="2px">View</font></td> > </tr> > <tr> > <td><font size="2px">Project > </font></td> > <td ><font size="2px">Group site1</font></td> > <td><font size="2px">11-aug-2010</font></td> > <td><font size="2px">john,joe</font></td> > <td><font size="2px">Mary</font></td> > </tr> > </table> > </div> > ]]></Content> > </Module> > > Thanks in advance, > manju > > -- > You received this message because you are subscribed to the Google Groups > "iGoogle Developer Forum" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-gadgets-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/Google-Gadgets-API?hl=en. > > -- Paul Kinlan Developer Advocate @ Google for Chrome and HTML5 t: +447730517944 tw: @Paul_Kinlan -- You received this message because you are subscribed to the Google Groups "iGoogle 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/Google-Gadgets-API?hl=en.
