It's possible that the containing page is not including osapi.js, which is part of samplecontainer.html in shindig.
With that said I've already proposed moving as much client side javascript into the shindig features directory. This will allow for much better maintenance of this. On Wed, Feb 10, 2010 at 5:57 AM, Nicola Ghirardi <[email protected]>wrote: > I'm working on the project socialsite-mavenized that aims to port > socialsite to work using maven and the latest version of shindig > (allowing me to use opensocial 0.9 features). > I'd like to make it work with tomcat 6 and possibily with other > application servers. > I've tried to merge container.js (the one in socialsite) with the new > one in shindig > You can find it here: > > http://code.google.com/p/socialsite-mavenized/source/browse/trunk/web/src/main/resources/containers/socialsite/container.js > I have no error in tomcat anymore but the gadgets are not display > correctly. > In firebug i get errors like this one: > osapi.people is undefined > > http://127.0.0.1:8080/socialsite/gadgets/ifr?container=socialsite&mid=151&nocache=0&country=ALL&lang=ALL&view=default&parent=http%3A%2F%2Flocalhost%3A8080&url=http%3A%2F%2Flocalhost%3A8080%2Fsocialsite%2Flocal_gadgets%2F09.xml#rpctoken=555204386&st=65163e1f-4c1b-4cdf-a415-d12829efe67e > Line 1921 > > could it be a permission error? > thanks for any help >
