Apache Shindig is an OpenSocial container and helps you to start hosting OpenSocial apps quickly by providing the code to render gadgets, proxy requests, and handle REST and RPC requests.
Questions tagged [apache-shindig]
38 questions
6
votes
3 answers
OpenSocial server implementation
What is the preferred method of implementing the OpenSocial platform? I'm aware of Apache Shindig but can't really find any useful information on it. Also, is it possible to use an existing solution like the Rails-based lovdbyless and add OpenSocial…

Abdullah Jibaly
- 53,220
- 42
- 124
- 197
4
votes
2 answers
Is there a port of Apache Shinding, Java version, that runs on Google App Engine?
I've been searching the web for a Apache Shindig Java port to Google App Engine, but I only found a Python version. Is there a Java port? or are there blocking dependencies that make it very hard to port Apache Shindig to Google App Engine (besides…

Hilbrand Bouwkamp
- 13,509
- 1
- 45
- 52
3
votes
4 answers
A production quality OpenSocial .NET library?
I'm looking for production quality OpenSocial/Shindig .NET library, both Container and Client.
I only found Baadal (and a dead project on CodePlex). What are you guys using?

ripper234
- 222,824
- 274
- 634
- 905
2
votes
3 answers
Distortion of text in IE
Im using shinding engine , and whenever I move one gadget for repositioning, the bold text inside that gadget gets distorted.

Neeraj
- 8,408
- 8
- 41
- 69
2
votes
1 answer
Are there any Java client libraries for OpenSocial?
I'm looking for a java client library for OpenSocial. There is opensocial-java-client at Google Code, but it seems inactive. Are there any alternatives?

Christian Strempfer
- 7,291
- 6
- 50
- 75
1
vote
1 answer
Why response is getting wrapped with pre tag in browser
Below is the URL which is getting called:
https://xyz.abc.com/gadgets/proxy?container=default&debug=0&nocache=0&refresh=86400&html_tag_context=img&url=w49y1ClickMed6zjo
Response is:
Invalid request url…

D P Venkatesh
- 529
- 7
- 15
1
vote
1 answer
Does Shindig support OAuth2.0
guys. As mentioned in the title,I wonder whether Shindig implement OAuth2.0 or not? I found an url:http://codereview.appspot.com/3138041/.When I startup the tomcat,however,it throws following exception:
org.apache.http.conn.ConnectTimeoutException:…

user652761
- 107
- 1
- 1
- 3
1
vote
0 answers
WSO2 APIM Analytics not populating Log Analyzer links in Admin Portal
We have setup WSO2 API-M v2.1.0 with API-M Analytics v2.1.0 with Postgresql and HAProxy on CentOS. The API analytics reports are being shown as expected from the Publisher and the Store side and even the api availability from the Admin Portal.
This…

Simon Trimboy
- 61
- 1
- 5
1
vote
0 answers
Changing XML filename for Google Calendar sidebar gadget that uses osapi.http causes RPCs to return 401 errors
For an html type google gadget with module pref:
initially defined in file gadget1.xml, it will properly execute RPCs. However, if you remove it from your calendar, change its filename to gadget2.xml and then add…

artwu
- 91
- 8
1
vote
2 answers
Why use iGoogle platform
Don't get me wrong, I like iGoogle and use it.
But for intranet site, why anyone would use iGoogle or Apache-Shindig which is foss implementation of iGoogle platform.
OK, boss likes look of iGoogle widgets/gadgets and fact that he can drag them…

Primoz
- 4,079
- 17
- 56
- 67
1
vote
1 answer
Modify Apache Shindig to accept new Data Pipelines
I've been working on integrating Open Social into a service, and modifying Apache Shindig to accommodate. There are some non-open-social features I'd like to use, and I've figured out so far how to add basic js features and server-side data methods.…

Jon W
- 15,480
- 6
- 37
- 47
1
vote
1 answer
Is Apache Shindig 100% compatible with iGoogle implementation
Is Apache Shindig 100% compatible with iGoogle implementation of gadgets.* API and gadget XML specs.
best regards

Primoz
- 4,079
- 17
- 56
- 67
1
vote
1 answer
what is difference between shindig openproxy and makerequest
I looked at the shindig source, the proxyservlet and makerequestservlet and their handlers have a lot in common, so what's the difference between them? when to use the proxyservlet? We've been using makerequest mainly. Should the proxyservlet…

S O
- 221
- 5
- 12
1
vote
1 answer
How to develop a Google Gadget compatible server
I am going to develop a Google Gadget container site, that will be able to host OpenSocial compatible widgets (that I believe are Google gadgets, too, right?). Do you have any guidance where to start?
I know that the good start is the iGoogle…

Peter Stegnar
- 12,615
- 12
- 62
- 80
1
vote
1 answer
Apache Rave 0.1.8 demo problems: social gadgets not displayed
I've been asked to look into Apache Rave with a view to creating a portal that displays our own widgets and some free social widgets (news and suchlike).
I installed JDK 1.6 and downloaded the Rave 0.1.8 binary zip file from…

Nix
- 321
- 8
- 20