Tagged Questions
The opensocial tag has no wiki summary.
11
votes
5answers
11k views
What are the best Java social networking frameworks? [closed]
I would like to create a private customized social networking for my company employees and partners so that they can collaborate, exchange messages, share experiences (events, book references, etc) ...
10
votes
9answers
6k views
Where is a good Address Parser
I'm looking for a good tool that can take a full mailing address, formatted for display or use with a mailing label, and convert it into a structured object.
So for instance:
// Start with a ...
9
votes
3answers
1k views
Google Plus and OpenSocial
It appears Google Plus is mainly written using Java on the server side. So I wonder if it will be compatible with the existing OpenSocial APIs Google has created with MySpace.
It could easily be done ...
6
votes
1answer
410 views
OpenSocial and its usages
I have looked for some explanation on the exact usages for the set of standards known as OpenSocial.
I need some clarification if I can use OpenSocial like the following.
I would like to create one ...
5
votes
1answer
293 views
Is OpenSocial a viable API choice?
For a project we're looking at a mechanism to import gadgets (friends lists, todo lists, etc) from other sites, something that OpenSocial is supposed to be great at. However, I'm concerned about ...
5
votes
3answers
1k views
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 ...
4
votes
3answers
348 views
Using Java in the Gadget specification xml instead of javascript
How do I develop apps that run on Orkut.com using the OpenSocial java
client libraries? I have read the OpenSocial tutorial for Orkut, and
am running the simple tutorial app on Orkut. Now I want to ...
4
votes
2answers
1k views
OpenSocial authentication from external application
I'm working on a web project that isn't all that dissimilar in principal to power.com, where I am attempting to unify several different social networking sites under a single website, allowing users ...
3
votes
1answer
182 views
How to use Web service in Google Gadgets (using Javascript)?
Have you ever tried to call a SOAP web service from a google gadget using javascript ?
I really don't know how to do it : the API has just a makerequest method.
Is it the right method to get the job ...
3
votes
1answer
387 views
Accessing Flixster data
Is there any way of accessing the data on Flixster? Specifically, I'd like to retrieve a list of all of my movie ratings. I know you can get an rss feed of these, but it only appears to return a ...
3
votes
4answers
2k views
Can I render in tabular form with <ul> and <li> in html?
I want to display data in a tabular form using <ul> and <li> as shown below:
mydata mydata mydata mydata mydata mydata
mydata mydata mydata mydata mydata mydata
mydata mydata mydata ...
3
votes
1answer
263 views
.NET implementation of Portable Contacts API
Google just released a java implementation (jpoco). Is there a .NET one?
Anyone planning on writing one?
2
votes
1answer
122 views
convert existing web application to Facebook Apps / Google Apps
Is there a way to take a existing web application and make it available as a Facebook application or in Google Marketplace without doing recoding. How much effort would that require (10% or 90% of ...
2
votes
1answer
489 views
Validating signed requests in C#
I'm trying to validate incoming signed requests in my C# server.
The requests comes from a social platform(naver).
All I get from them is a certificate(below).
I'm using DevDefinedOAuth
...
2
votes
2answers
233 views
Submit PHP form in OpenSocial gadget
I'm trying to implement an OpenSocial gadget for iGoogle.
I'm writing my application in PHP and then "wrapping" it in an opensocial container using the XML gadget specification.
If I run my PHP in a ...
2
votes
2answers
552 views
Verifying signed requests from Gmail contextual gadget
So, I'm using gadgets.io.makeRequest(url, callback, params) to make requests from Gmail contextual gadget and verifying these requests on the server side.
To clarify, I'm using the following ...
2
votes
1answer
380 views
YQL in Yahoo! App [YAP]
We are using YQL to get the Profile Information in a Yahoo! App using YAP, however, we are facing an error while executing the YQL Query. We are using OpenSocial Gadget AJAX Functionality for making ...
2
votes
2answers
355 views
google caja how to use
let say i have a page , and i want to allow 3rd party to embed small application/iframe into my page. in order to use caja on my page to secure the 3rd party small app/iframe. do i need to put any ...
2
votes
1answer
155 views
Opensocial Application… what to use on the server side?
I would like to create an opensocial application. I have read about how to do this on the client side, my question is what is the most appropriate server side technology to use? My idea requires ...
2
votes
2answers
1k views
Google Friend Connect OpenSocial PHP client
I'm trying to implement Google Friend Connect as a sign in solution. I've implemented Facebook Connect using the PHP client, and I'd like to use the same approach for Google Friend Connect ...
2
votes
1answer
320 views
Google Friend Connect - Logged in user profile info
I am trying to implement Google Friend Connect. Is it possible to obtain the email address of the logged in user? If so how?
2
votes
1answer
381 views
Localization in OpenSocial gadget app
I'm trying to add multi-language support to an OpenSocial application. I see that I can link to my own message bundles in the gadget XML markup:
<Module>
<ModulePrefs title="Hello" ...
2
votes
3answers
630 views
What's the best way to learn server RESTful code?
I'm an experienced client application developer (C++/C#), but need to come up to speed quickly on writing server side code to perform RESTful interactions. Specifically, I need to learn how to ...
1
vote
1answer
29 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
vote
0answers
71 views
Opensocial: error “path” is undefined. In gadgets.js file
I'm creating a gadgets in OSDE. And in all gadgets I have JS error in gadgets.js file that "C is undefined. Can't get "path" property." Also I have second error that gadgets.log.LogAtLevel is not a ...
1
vote
1answer
34 views
OpenSocial Installation on the server.?
I would like to ask some question. We have a college project to create
simple social software with JAVA FX(as GUI Framework) and Opensocial.
We would like to connect to MySpace and Co. and retrieve ...
1
vote
1answer
68 views
Error submiting application to orkut sandbox
I am trying to submit an Open Social application to Orkut Sandbox without success. My XML actually looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs ...
1
vote
1answer
236 views
OpenSocial, Facebook Platform and other APIs for Java console application
I would like to try to use OpenSocial (or any other API) for my small project. What I want to create is a small console application that would gather some data from several sites (e.g., Facebook, ...
1
vote
0answers
193 views
How does this work?
I'd like implement to "gadgets.views.requestNavigateTo" in the shindig container.
So I write like this, views feature.
requestNavigateTo : function(view, opt_params, opt_ownerId) {
if (typeof view ...
1
vote
1answer
121 views
Can apps be hosted on Facebook (like OpenSocial gadgets)?
I just started skimmed over the Facebook API and OpenSocial API. In OpenSocial there is the construct of a gadget that is hosted on the container. You just write the code inside some XML structure and ...
1
vote
1answer
73 views
Does anyone know any C/C++ open-source client lib for OpenSocial REST?
I found one for Java and lot others in Obj-C, PHP etc but none in C/C++.
I wanted to use it on Symbian. I know we can use java to develop code on SYmbian, but I want to use C/C++ only.
Thank you!!
1
vote
1answer
42 views
Facebook 'Like' button on an ecommerce site
I'm looking to add the 'Like' button on my ecommerce site. The problem I'm facing is figuring out how to have each individual page have its own Like accessibility. Meaning, if a user clicks on Like ...
1
vote
2answers
260 views
How to access access gadgets.* with OpenSocial
Is there a way to use gadgets.* in my JavaScript code if my content type is URL?
1
vote
1answer
174 views
Google gadget boolean preference doesn't seem to work
I am simply trying to read a user's boolean preference in a Google Gadget, but it seems that the preference is never getting saved at all, and I only ever get whatever the default_value is. I've ...
1
vote
1answer
348 views
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 ...
1
vote
1answer
319 views
Creating OpenSocial container for ASP.NET Site
i run a social networking site written in asp.net and would like to open it to developers using the OpenSocial APIs. I have read information on opensocial.org as well as google's opensocial page and ...
1
vote
0answers
150 views
OpenSocial applications that use two-legged OAuth
I am looking for OpenSocial applications that use 2-legged OAuth. There is no easy way to search for OpenSocial gadgets in iGoogle leave alone searching for the ones that use 2-legged OAuth or ...
1
vote
0answers
76 views
I am wondering how the Plural-Field generic is to be rendered in the REST OpenSocial 1.0 API specification?
In the OpenSocial Data specificaiton 1.0 for a Person object (social profile data) it includes the use of a generic called Plural-Field.
The spec can be found at:
...
1
vote
1answer
130 views
How to upload files in opensocial 0.9 to an appserver?
Is it possible to upload files in an opensocial app to a remote appserver?
I think of a scenario using gadgets.io.makeRequest with the method set to gadgets.io.MethodType.POST and pass a file input to ...
1
vote
2answers
744 views
c# sample code of orkut integration with an ASP.NET web site
Is there any c# sample code of integrating orkut from an ASP.NET web site (oauth authentication, retrieving friends, etc.)
Any help would be appreciated
Thank you
1
vote
1answer
32 views
Is the webserver OpenSocial requirement a 1 to 1 relationship?
For OpenSocial, it requries that you have a separate webserver with a non-self-signed SSL Cert. Can I run one app server for multiple websites or is it always one server per website that will actually ...
1
vote
1answer
133 views
1
vote
1answer
266 views
How to set up Spring security to authenticate signed requests?
Does spring support authentication of signed requests? (like those provided by open social Signed authorization ,i.e open social makeRequest API)
if so, how do you configure it?
Best Regards
Yaniv
1
vote
1answer
88 views
Real Time search in Orkut - (like twitter)
Does the OpenSocial or any other API allow access such that we can get real time updates of what users are scrapping about on Orkut ?
For e.g. much like I can query twitter on what people are ...
1
vote
1answer
92 views
Emailed key validation for user registration
I have a web app.
I do not wish to maintain login information so I employ the gradually getting popular method of logging in thro openid, google, yahoo, etc.
The user chooses which avenue of login ...
1
vote
2answers
483 views
Are there any open source OpenSocial containers?
Is there an OpenSocial container based on open source or any similar social collaboration software that is open source?
I have already looked on Liferay, but it seems a bit complex, and I don't ...
1
vote
1answer
382 views
How can I use asp.net forms authentication to authenticate a Google/OpenSocial Gadget
I have a web site that uses Asp.net forms authentication to login. I need to enable users to login and interact with the site via gadgets using the same authetnication/authorization schema I use on ...
1
vote
2answers
133 views
Which Authentication Providers to Use for Single Sign In?
I recently was tasked to implement Single Sign In functionality where users could register and sign in to this site using their credentials from a more popular site. That got me to start looking and ...
1
vote
3answers
157 views
What are the most helpful OpenSocial tutorials and videos to learn from?
There are many tutorials and videos which Google and other people have created to help educate on how to build applications using Opensocial as well as understand the container architecture.
A ...
1
vote
3answers
1k views
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?