-
Re: What version of OpenSocial is Jive using?
craig.mcclanahanJul 2, 2014 9:16 AM (in response to Robert Hanson)
1 person found this helpfulPinging Yuval Z to update the links to the OpenSocial Specs. Jive (6 and above, as well as cloud) uses OpenSocial 2.5 and the corresponding Shindig 2.5 implementation.
Regarding the particular features, opensocial-1.0 enables APIs from pre-1.0 versions of the spec for backwards compatibility (as well as some basic internal capabilities), which were modeled to look a lot like Java calls (things like opensocial.Person.getDisplayName()). The osapi feature enables the more recent API designs that are much more concise and follow typical JavaScript conventions. These conventions are also used by Jive's Core API implementation if you select that feature as well, and are the ones I would recommend focusing on. They are documented in the Social Gadget Spec part of the specification, although you will also find the information and APIs described in Core Gadget Spec to be useful as well.
-
Re: What version of OpenSocial is Jive using?
yuval.zJul 2, 2014 10:20 AM (in response to craig.mcclanahan)
Thanks for notifying me, Craig. I've updated all the links and added a Before You Begin section that references a few relevant docs. Let me know if that helps, Robert. Ultimately, I would like to do a sweep through all the open social documentation and clean it up to ensure everything uses the latest opensocial calls...
-