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 implementation for Java.

Does anyone has information about that?

link|improve this question

feedback

3 Answers

up vote 2 down vote accepted

Yes, it runs on open social.

Watch the requests in your browser and you will see something like this:

https://r3101-dot-latest-dot-project-slingshot-gp.appspot.com/
?loadFrom=ES
&jsh=r;gc/[OBSCURED]#id=gameIframe
&parent=https://upt14k1i2veesusrda9nfotcrbp9d7p5-a-oz-opensocial.googleusercontent.com
&rpctoken= [OBSCURED]
&_methods=_ready,_close,_open,_resizeMe

the domain ...opensocial.googleusercontent.com seems to make it pretty obvious whats going on here, no?

link|improve this answer
Ok, interesting. I looked for it, and it's true. I found it in the requests launched by Plus. Thank you! – Traroth Aug 18 '11 at 10:45
feedback

It looks like Google+ doesn't have an API yet. As they wrote their own APIs for Google Buzz, not being OpenSocial enabled this time might tell us that they have abandoned OpenSocial...

link|improve this answer
feedback

It runs OpenSocial beneath the covers for some stuff, but Google is keeping its options open:

For the question about Google plans to allow developers to create Google+ apps deploying the OpenSocial APIs, a spokeswoman of Google said that by means of email nowadays the Google+ platform can’t support the OpenSocial APIs.

She also added that nevertheless, they are utilizing many of the technology which was designed as part of OpenSocial, along with the gadget application packaging model, and power Google+ games and the Portable Contacts JSON schema. Because they define the +Platform APIs, they are drawing close attention to the future tendency of the OpenSocial APIs, as well as converging everything possible.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.