opensocial

What is the best way to approach OpenSocial integration via PHP?

I'm looking to implement OpenSocial on my web application, which is written in php/mysql. What is the best way to go about doing this? For instance, are there options along the way? Is one path better than another? What should my scope be for a good first version? I just want to get it working for version 1, is there a logical path to a...

Jquery and opensocial (particularly orkut)

I want to develop a webpage which fetches some data from my orkut account using OpenSocial APIs. The language I am working with is Javascript and I use jQuery. However I must admit that I an novice as far as JS is concerned. I have looked at opensocial-jquery, it seems restricted to gadgets and jOpenSocial lacks any good documentation an...

How can I extract Information from open Social based networks ?

How can I extract information from opensocial based networks like orkut. ...

OpenSocial : Orkut application development : embedFlash not working in IE

I am trying to develop an orkut application using the help of opensocial API. My application page would load a flash (.swf) file. I am using gadgets.flash.embedFlash function to load the swf. Code is shown below var swfUrl="http://www.myservername.com/open-social/live/game.swf?usename=shyju"; var params = {}; params.menu = "false"; para...

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. ...

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 many of their individual social networking accounts (Facebook, MySpace, Orkut, etc) as the...

Using Orkut opensocial API from windows application C# Winforms

Hi, 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#. -- Thanks Manoj ...

Production quality Python opensocial container and client?

Hi Is there any production quality library for developing opensocial containers and clients in python and django? ...

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 persistent data and business logic that should be stored and executed on a server. I have some familiarity with creating full blown web apps in ...

what is the simplest way to recover profile information from orkut for a user (ideally oauth-like login)?

There is a facebook api to recover information about the user, and maybe his friends list as well. Just like that is there something like that for orkut? Hopefully, there will be a class or library written in php. Does something like this exist? ...

OAuth request token for an installed application

Hi all I'm trying to use/understand Google request token mechanism. I intend to use it for an application I've start to develop to access Orkut data using OpenSocial API. I read this document that explains the steps to obtain a token for an installed application. This document tells you to use the OAuthGetRequestToken method from Goog...

Orkut application development

I am new to orkut application development. I just came to know about jQuery and found it very interesting and useful. Is it possible to use jQuery with open-social to develop orkut applications? Please give me a link to some examples too. ...

Are there any open source opensocial containers?

Does anyone know of 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 really enjoy the technology stack. ...

Can I use flash in an OpenSocial gadget

I need to create an OpenSocial gadget with a flash object as part of the gadget. Is it doable? Are there and caveats I should be aware of? Where can I find samples to such gadget? ...

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 (openid, google, yahoo, etc). After couple of legs of redirection and the id supplier verifies the login is successful, the user is accepted....

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 use Java in the Gadget Specification xml file. Is there some sample code or tutorial out there that explains this? Thanks, Pranav. ...

Using the OpenSocial API for commercial products

Hi, i would like to know if i can develop a OpenSocial based application for Orkut, Facebook, twitter with commercial purpose ...

Real Time search in Orkut - (like twitter)

Hello, 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 feeling about a movie or a book, I want to do the same with orkut ? At the moment I can go into Orkut - do a search , click on Topics i...

Open Social - orkut

I want to display the viewer's name in my application. But something is going wrong and the name is not displayed... the code is as follows: <?xmlversion="1.0" encoding="UTF-8"?> <Module> <ModulePrefs title="TesterFris - Show Name"> <Require feature="opensocial-0.8" /> <Require feature="dynamic-height" /> </ModulePrefs> <Content t...

How to set up Spring security to authenticate signed requests?

Hi 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 ...