OpenSocial Changelog
23-10-2009
added error response when not logged in
When you call opensocial.requestPermission and the Hyver isn't logged in, there will be no (popup) feedback from Hyves any more, you will get a response opensocial.ResponseItem?.Error.FORBIDDEN.
If the user does not have permission you will get a response opensocial.ResponseItem?.Error.UNAUTHORIZED.
You can see an example here.
18-06-2009
- Making it possible to pass app_params/variables when adding a gadget, see the following item-page as an example:
- The callback function of requestShareApp now takes a responseItem argument. The data property (accessed by responseItem.getData()) contains a list of members who received the invitation.
19-02-2009
- OWNER and VIEWER are now requested through RPC instead of iFrame url (url length < 900 chars)
- hasApp filter now works for individuals
29-01-2009
- "opensocial.requestPermission" returns correct errorcode when viewer is not available.
- Removed the permission notification to navigate to the profile view of the gadget
15-01-2009
- At the footer of every OS-gadget on the profiel page the “Add” or “Voeg toe” link is always visible to Hyvers (in the next days this will be available to all profiles).
- With "OpenSocialRequestshareapp" it is now possible to preselect up to 10 recipients (http://trac.hyves-api.nl/hyves-api/wiki/OpenSocialRequestshareapp)
11-12-2008
This early morning we deployed new code that affects our OpenSocial platform in the following areas:
- Implemented OpenSocial requestSendMessage (some restrictions apply, see OpenSocialRequestsendmessage)
- Removed smiley codes from OpenSocial nickname
- Added hyves namespace to all hyves specific OpenSocial Javascript functions so code won't conflict with app javascript code.
- Added more thumbnail sizes (large, medium, small). Access like this: owner.getField(Hyves.Person.Field.THUMBNAIL_URL_MEDIUM);
- Added option to skip the confirmation message ("do you want to navigate to the canvas page?") when doing a requestNavigateTo call. Can be switched on/off by us. Message showing by default.
- Fixed wrong sender being shown for app invites (showed person with the app, not the person initiating the invite)
20-11-2008
* New gadget gallery category Charity
- New Gadgets top level menu item
- Changed business rules of gadgets.skin feature for background color and image (background color of box overrules color of page background, support for transparent iframe using CSS)
- Fixed Request share app link not working in <profile>.hyves.nl/gadgets/ overview
- Person gender defaults to null instead of FEMALE
- Multiple speed optimizations on the API side
- Changed way of calculating subdomain of gadget (http://xxxxxxx.hyves-modules.nl/gadgets/ifr?url=yyyyy). Now being calculated on gadget URL http://www.example.com/app.xml instead of http://www.example.com/app.xml__hyversion=xxxx], so it won't change when the hyversion hash changes (changes when client and server side cache is invalidated).
- Possible to force an OpenSocial gadget to be only placed on homepage or profile (on request).
Note: It's possible that this update caused a short disruption in displaying the gadgets around 11.30.
