OpenSocial is a public specification that defines a component hosting environment (container) and a set of common APIs for web-based applications

learn more… | top users | synonyms

0
votes
1answer
19 views

Can the IBM Connections rich text editor be extended with OpenSocial gadgets?

Similar to the same way that the "Share" button can be extended with OpenSocial, can you add buttons to the rich text editor that would call gadgets? I'm thinking that when you click on a button in ...
0
votes
0answers
54 views

Build a social network platform like Instagram

I would like to build a mobile application as frontend of social network for sharing photos among users. Is there any suggestion on the selection of social network ? Dolphin 7 or SocialEngine ? ...
0
votes
0answers
24 views

opensocial Notifications

I've been working with opensocial recently, but have been having trouble using notifications. The code I have is: <?xml version="1.0" encoding="UTF-8"?> <Module> <ModulePrefs ...
0
votes
1answer
51 views

Access denied while loading an openSocial Gadget

I have three servers: Server A: Main Application host Server B: Host for another application which opens up in Main application as an openScoial Gadget Server C: Host for the OpenSocial ...
0
votes
2answers
83 views

What is the correct REST Endpoint to retrieve user (profile) information from a connections installation

Based on this information: http://www-10.lotus.com/ldd/appdevwiki.nsf/xpDocViewer.xsp?lookupName=API+Reference#action=openDocument&res_title=OpenSocial_Profiles_API_sbar&content=pdcontent ...
0
votes
0answers
20 views

google gadget - how to add non-changable preference

Is it possible to store preferences in a google gadget without letting the user to change it? <?xml version="1.0" encoding="UTF-8" ?> <Module> <ModulePrefs title="title"/> ...
0
votes
1answer
69 views

TCP Server Applet

I have an open Social container and I need to put an applet in that container, the applet is required to act as a tcpServer, I need some guidence how can I do this?
1
vote
1answer
96 views

OpenSocial API stopped working in Google Calendar Gadget

I found out that opensocial API we were using in Calendar Sidebar Gadget stopped working. It was still working correctly on Friday. We were using opensocial to store and get some key-value data, and ...
0
votes
0answers
99 views

“cannot load such file — action_controller/request” when require 'opensocial'

After gem install rails gem install opensocial I tried to do require 'opensocial' under irb. but the error occured. require 'opensocial' LoadError: no such file to load -- ...
0
votes
1answer
176 views

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 ...
1
vote
1answer
38 views

is there a OpenSocial plugin for .NET

Is there a good NET framework opensocial nuget package or addin available. searching on stackoverflow it appears this question was asked 3 years ago and a mature active library wasn't available. Tim
0
votes
1answer
54 views

is it possible to build complex applications with gadgets

It seems that gadgets are focused on constructing small pieces of user interface functionality. Is it possible to build complex applications where the UI is built only with gadgets? If so, what are ...
0
votes
1answer
50 views

automated testing of gadgets

I'm looking to write a few gadgets that I will be running in WSO2 gadget server. Before I start, I would like to understand how I can test the gadgets using an automated test framework. Can standard ...
0
votes
1answer
85 views

What is best way to study OpenSocial to develop Social Network Games? I would like to Develop with Google App Engine [closed]

What is best way to study OpenSocial to develop Social Network Games? I would like to Develop with Google App Engine. I am currently trying to develop SNS Games on iPhone / Android platform. SNS ...
1
vote
3answers
344 views

What is best way to study Python 2.7 with Google App Engine? [closed]

I am currently trying to develop Web Sites with Google App Engine with Python 2.7 I would like to use OpenSocial API to develop SNS Games on iPhone / Android platform. What I need is training ...
1
vote
2answers
146 views

How to dynamically adjust iframe height of a Shindig Gadget

I want to dynamically adjust the height of an iframe of a Shindig Gadget depending on content inside of it. After some research I found out that it is required such iframe src to have <!DOCTYPE ...
0
votes
0answers
40 views

@someone in activity stream event

I am a beginner of activity stream. I want to post a event with rest api and make someone else to receive a notification. Just like I @someone in what I post. Can I do that, and how?
0
votes
0answers
56 views

opensocial templates is undefined

I’m trying to use the opensocial templates, but the object opensocial has no property or method template. I tried using the opensocial.template.getTemplate("template") but have an error ...
0
votes
2answers
208 views

Looking for an existing iGoogle/OpenSocial gadget comparable to iGoogle's default native RSS gadget

iGoogle's standard RSS feed gadget is not OpenSocial, so it can't be embedded in other web sites. So I am hoping there is an alternative solution already available somewhere. In iGoogle's gadget list ...
0
votes
1answer
50 views

Set Localization in OpenSocial gadgets

I want to use the localization feature of OpenSocial. But I want to set the used language manually. I only found prefs.getLang() to read the current language. Is there a possibility to set it also? ...
0
votes
0answers
171 views

how to get friends list from google provider using open social api?

I have used open social api, I can able to get profile information from google provider but i can't get friends list. The codes as below: try { scheme.setAccessToken(tokens); Client client ...
0
votes
0answers
129 views

How to import contacts from gmail contacts for my app, currently i am working on poc?

I am searching the whole day for importing contacts from google using open social api, I came to conclusion that, First we have to authenticate user and get access token from google, I have done ...
0
votes
1answer
123 views

Best Solution for Social Backend

Which is the simplest way to deploy a back-end server with social features? The basic features would be User Profiles Friends Activity Streams Notifications Most of the off-the-shelf solutions I ...
0
votes
1answer
192 views

gadgets.window.adjustHeight() calculates height of the gadget incorrectly

I am writing an opensocial gadget. My structure is something like this: <div style="height:200px;overflow:auto;"> <div id="dComment">Comments are loaded here.</div> </div> ...
0
votes
1answer
47 views

OpenSocial gadget email client support?

I'm considering using OpenSocial gadgets in email but haven't been able to find any references on email client support for Content-Type application/embed+{xml | json}. Anyone know of a good, recent ...
0
votes
2answers
148 views

Scroll issue in Open Social Gadget

I have a gadget that should be dynamic-height and it should have scroll-y. I tried using this annotation in my java class: @ModulePrefs(scrolling = true) It returned below XML code: ModulePrefs ...
0
votes
1answer
271 views

How to embedded a opensocial gadget in an email?

I am trying to embed an opensocial gadget into a email. But I don't know where to get start. I searched the opensocial wiki and cannot find my answer. I am still puzzled who will take responsibility ...
0
votes
1answer
136 views

How to embed OpenSocial Gadget

I have a gadget in Jira dashboard. Could anyone clearly and simply explain how I can display the gadget on my html page?
0
votes
1answer
124 views

Use Dojo Grid in OpenSocial Gadget

I try to use a dojo grid in an opensocial gadget, it happens always that the framework try to fetch DataGrid.js from http://ajax.googleapis.com/ajax/libs/dojo/1.7.2/dojo/../dojox//grid/DataGrid.js, ...
1
vote
1answer
163 views

how to load OpenSocial gadgets libraries in javascript?

I'm using a version of the sample code from YQL Code Examples in order to retrieve Yahoo! contacts. My specific problem is that the sample code includes OpenSocial gadgets functions, and I'm unable to ...
2
votes
1answer
120 views

Oauth Between Jira and Apache Rave (shinding)

I try desperately to establish the oauth between Jira and Apache Rave but without success, I try with Key Private / Public. I was created two keys Private/Public with openssl, and i put the public key ...
0
votes
1answer
191 views

Developing an OpenSocial Gadget within Visual Studio

We are about to implement a bunch of OpenSocial gadgets. They are not going to be run on Facebook or any other social network but rather on our own internal Apache Shindig server. (We embed these ...
0
votes
1answer
103 views

Porting Wordpress widget plugin to Blogger gadget: admin interface, global settings?

I'm attempting to port a Wordpress widget plugin to a Blogger gadget, and finding them extremely different worlds. What the WP widget does is: In the admin interface (provided by the widget ...
2
votes
2answers
697 views

Social Login. Social Authentication? Searching for a framework

I'm trying to find a framework for user login that is the following: Easy to implement / maintain. Easy to use a simple if statement to test if the user is logged in User stays logged in from page ...
2
votes
1answer
182 views

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?
1
vote
1answer
125 views

Error while installing OSDE package in Eclipse helios

I am trying to install Opensocial plugin in Eclipse Helios as per installation guide in the link http://code.google.com/p/opensocial-development-environment/wiki/InstallationGuide , but getting ...
1
vote
0answers
33 views

Maximizing user preferences window

I am working on an opensocial gadget inside of a JIRA plugin. I need to have the 'userpreferences' window resize to the full size of the gadget rather than just take up the top 1/3 as is default. Does ...
1
vote
0answers
332 views

Jira + Liferay Integration through OAuth

I created public/private key using keytool and exported the certificate into rsaSigningKey.pem. Placed this file in liferay-data-folder/opensocial/. Configured Incoming authentication in Application ...
1
vote
1answer
376 views

Liferay Jira Integration

I am trying get Jira gadgets onto Liferay Portal. But I am facing issues in Jira accepting Public key. In Liferay - I generated public key using Puttygen and saved the public key under liferay ...
0
votes
2answers
458 views

OpenSocial for facebook and twitter

I am assigned to make a research on using of Open social but stuck on the decision to continue because of facebook and twitter. Does anybody know if the two gigantic social networking sites (facebook ...
0
votes
0answers
120 views

OAuth implementation

Can anyone please provide information on how to implement OAuth in java.. I am using an opensocial container Infoscoop where in I have built gadget that needs the containers login data. I have tried ...
-2
votes
1answer
943 views

Building a social networking site using java

I am trying to figure out if there are any opensource java frameworks, using which I can create my own social networking site. Something like orkut and facebook. I have read about Apache Shindig. But ...
2
votes
1answer
216 views

Open social in a new social network

In this period we are developing something similar to a social network (where user authenticate themselves and are registered in the platform and communicate with other socialnetworks like Facebook, ...
0
votes
1answer
118 views

shindig error: At least 1 ModulePrefs is required

I have Shindig 2.0.2 server running. When I'm trying to render the following local gadget spec XML: <?xml version="1.0" encoding="UTF-8" ?> <Module> <ModulePrefs title="Calendar"> ...
0
votes
1answer
314 views

Google portable contacts api sort order not working

I am using this path to grab contacts from google after user is oauth2 authenticated. path = ...
1
vote
1answer
851 views

Jira + Liferay integration

I added a Jira (4.2) gadget onto Liferay (6.1 b4) page. Set up the consumer and public keys in Jira Adminstrator's area for Liferay. Specified the same ones in OpenSocial portlet. I've tried on ...
1
vote
1answer
168 views

How does the Opensocial pageViewer/pageOwner concept work?

My Problem might be simple, but i just dont know how the pageViewer/pageOwner concept work or its better to say i dont know how i can get rid of this system. I just want to make a Gadget, which ...
0
votes
1answer
338 views

How to add Twitter support for Opensocial on a Apache Tomcat (Liferay)?

i recently upgraded to Liferay 6.1(b4 from the trunk 17.11.2011) to test the Opensocial support. Now i wanted to make a Twitter Oauth request, but i am not able to do this. I first tested if ...
0
votes
1answer
360 views

Liferay open social deploy error

Hello i searched for many solutions and tried them, now if got a new error which i do not understand at all. The main problem is that the Portlet does not run and the Console tells us that the portlet ...
1
vote
1answer
97 views

Doesn't including tokens like @me in a REST URI break HTTP caching?

OpenSocial and some of the newer Google APIs include these tokens, such as "@me" or "@self", whose values are replaced by the API server with values based on the currently authenticated user. For ...

1 2 3 4