5 messages in com.googlegroups.opensocial-containerRe: Sample gadget doesnt work
FromSent OnAttachments
Kaushik01 Apr 2008 20:35 
Kaushik01 Apr 2008 20:38 
Kaushik01 Apr 2008 20:54 
Kaushik01 Apr 2008 21:02 
Kaushik01 Apr 2008 21:13 
Subject:Re: Sample gadget doesnt work
From:Kaushik (kaus@gmail.com)
Date:04/01/2008 08:54:46 PM
List:com.googlegroups.opensocial-container

I also tried the version 5 gadget by executing http://localhost:8080/gadgets/ifr?url=http://opensocial-resources.googlecode.com/svn/samples/tutorial/tags/api-0.7/gifts_5_streams.xml

but the same problem persists (It doesnt show me the list of friends whom I can give the chosen gift and nothing happens when I click on "Give!" url)

Also,

http://localhost:8080/gadgets/ifr?url=http://www.labpixies.com/campai... seems to work fine so its not a problem with shindig.

Note that I am using the gadget XML and the .js file from the open- social resources provided by google so I am not sure what is the problem.

-Kaushik

On Apr 1, 11:35 pm, Kaushik <kaus@gmail.com> wrote:

I am trying to use the sample gadget and javascript code provided
athttp://opensocial-resources.googlecode.com/svn/samples/tutorial/tags/... andhttp://opensocial-resources.googlecode.com/svn/samples/tutorial/tags/...

I got shindig running as mentioned at
http://incubator.apache.org/shindig/#buildTheCode and I am running it as "mvn -Djetty.port=8080 jetty:run"

Now, as mentioned in the shindig README
athttp://svn.apache.org/repos/asf/incubator/shindig/trunk/java/gadgets/..., if I execute the gadget as

then I do not get the "give" scroll box. Further, nothing happens when I click on the "Give!" URL (It should have called the giveGifts() javascript function.

Can anybody help me out?

Thanks,