Questions tagged [opensocial]

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

OpenSocial

OpenSocial is a public specification that defines a component hosting environment (container) and a set of common application programming interfaces (APIs) for web-based applications. Initially it was designed for social network applications and was developed by Google along with MySpace and a number of other social networks. In more recent times it has become adopted as a general use runtime environment for allowing untrusted and partially trusted components from third parties to run in an existing web application. The OpenSocial Foundation has also moved to integrate or support numerous other open web technologies. This includes Oauth and OAuth 2.0, Activity Streams, and portable contacts, among others.

Structure

Based on HTML and JavaScript, as well as the Google Gadgets framework, OpenSocial includes multiple APIs for social software applications to access data and core functions on participating social networks.[6] Each API addresses a different aspect:.[7] It also includes APIs for contacting arbitrary third party services on the web using a proxy system and OAuth for security.

In version 0.9 OpenSocial added support for a tag-based language.This language is referred to as OSML and allows tag-based access to data from the OpenSocial APIs that previously required an asynchronous client side request. It also defined a rich tag template system and adopted an expression language loosely based on the Java Expression Language. Starting in version 2.0 OpenSocial adopted support for Activity Streams format

165 questions
29
votes
7 answers

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 formatted address in a single string string f = "18698 E.…
Brig Lamoreaux
19
votes
4 answers

What are the best Java social networking frameworks?

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) and be grouped into communities. Does anybody know…
Otavio
  • 1,157
  • 4
  • 12
  • 19
10
votes
2 answers

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 using Apache Shindig, the reference OpenSocial…
Alexis Dufrenoy
  • 11,106
  • 10
  • 73
  • 122
7
votes
1 answer

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 whether or not OpenSocial is dead. Many of the API…
Pridkett
  • 3,253
  • 3
  • 26
  • 46
6
votes
1 answer

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 library used to community with an OpenSocial api…
Paul Knopf
  • 8,943
  • 21
  • 69
  • 131
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
  • 47,520
  • 35
  • 114
  • 192
5
votes
3 answers

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 subset of all of the ratings.
devdigital
  • 33,472
  • 8
  • 93
  • 117
5
votes
2 answers

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 extra javascript/serverside code in order to use…
cometta
  • 32,613
  • 72
  • 206
  • 316
4
votes
2 answers

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 makeRequest params on the gadget…
buru
  • 3,107
  • 20
  • 33
4
votes
2 answers

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 to register once with the system, and then add as…
Magsol
  • 4,480
  • 11
  • 40
  • 65
3
votes
1 answer

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, Twitter, Foursquare etc..). It's been decided to…
thermz
  • 2,237
  • 2
  • 18
  • 27
3
votes
3 answers

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 exchange data with OpenSocial containers via the…
user16502
  • 33
  • 1
  • 6
3
votes
1 answer

.NET implementation of Portable Contacts API

Google just released a java implementation (jpoco). Is there a .NET one? Anyone planning on writing one?
ripper234
  • 202,011
  • 255
  • 600
  • 878
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
  • 202,011
  • 255
  • 600
  • 878
3
votes
1 answer

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 the call. Following is the error message we are…
Haseeb Khan
  • 785
  • 2
  • 11
  • 22
1
2 3
10 11