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
0
votes
1 answer

Closing Open Social Gadget Popup

I have written an Open Social OAuth enabled Gadget in IBM Connections 4.0 and the OAuth Provider Service is also written by me as well, the problem I am facing is while authorizing the gadget through OAuth flow I open the popup using the following…
willsteel
  • 1,037
  • 2
  • 12
  • 21
0
votes
1 answer

Production quality Python opensocial container and client?

Is there any production quality library for developing opensocial containers and clients in python and django?
Software Enthusiastic
  • 25,147
  • 16
  • 58
  • 68
0
votes
1 answer

Using Orkut opensocial API from windows application C# Winforms

I am working on a windows application where i want to display orkut user profile details like name, profile pic, albums. Is there some way can I can access user profile data on my windows form using C#.
gargmanoj
  • 123
  • 9
0
votes
1 answer

What's the cause of "Failed to preload gadget..." for Sharebox gadgets in IBM Connections

I've followed the procedure documented at "Adding new ways to share content" ...but keep getting an error: Failed to preload gadget http://.... Detailed error: 400 Gadget is not trusted to render in this container.…
dvdsmpsn
  • 2,839
  • 1
  • 26
  • 40
0
votes
2 answers

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 the editor a dialog box appears which could be a…
dvdsmpsn
  • 2,839
  • 1
  • 26
  • 40
0
votes
2 answers

How to get MySpace profile info using OpenSocial client library?

Any advice on how to get MySpace or Orkut info such as birthdate from a person's profile using OAuth using the OpenSocial PHP Client library? I am lost on the process, and the tutorials are complicated. Any simple code would be helpful! Thanks.
chris
  • 20,791
  • 29
  • 77
  • 90
0
votes
1 answer

opensocial Notifications

I've been working with opensocial recently, but have been having trouble using notifications. The code I have is:
HelloWorld
  • 29
  • 6
0
votes
1 answer

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 specification file for the application on server B Now, I…
absar'
  • 11
  • 3
0
votes
1 answer

How can I extract Information from open Social based networks?

How can I extract information from opensocial based networks like orkut.
prince2019
0
votes
2 answers

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 And a working url for posting updates: I created this one…
mpjjonker
  • 917
  • 1
  • 6
  • 28
0
votes
1 answer

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?
nagy.zsolt.hun
  • 6,292
  • 12
  • 56
  • 95
0
votes
1 answer

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?
absar'
  • 11
  • 3
0
votes
1 answer

Opensocial + hi5 api

I'm trying to make an application in asp.net, which will grab all my friends from hi5 to my application using OpenSocial.. What are steps I should go through?
Maverick
  • 41
  • 3
0
votes
1 answer

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 the pitfalls of this approach? Are there any…
Chris Snow
  • 23,813
  • 35
  • 144
  • 309
0
votes
1 answer

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 web browser automation tests (e.g. selenium) be…
Chris Snow
  • 23,813
  • 35
  • 144
  • 309
1 2 3
10
11