Developing with the Hyves API and the Hyves OpenSocial container
News
2009-04-27 12:10
Version 3.0.1
- Updated the README in the download package, it said 'setup.php' while it should be 'config.php'.
- Removed the responsefield 'displayname' in the examples since it's no longer supported in the new API version and returns an error when using it.
-
Changed line 1707 in HA.php. This is the error check that failed in some situations.
It checked if the method returned was equal to "error". Because Hyves is not consistent returning the "error" method when an error occured it now just looks if an error code is set in the response.
2009-04-27 12:10
News
- Hyves said to me that they will recommend this library officially in the near future
- I tried making a screencast but I was not satisfied. It's simply not my cup of tea.
I talked to Hyves about using screencasts for examples on their developers area and they took it into consideration.
2009-01-12 12:00
Well here it is... The new PHP5 library, documentation and a screencast to make your life easier.
About the library
I'm working with the Hyves API since the beginning and I have released several versions of my library since then.
The past year (2008) I have done some projects with Open & Sociaal using
the previous library. I discovered that it was far from perfect. Therefor a new and improved version, truely ready for production.
Links
The most important links for developing with the Hyves API and the Hyves OpenSocial container.
- Hyves and OpenSocial Gadgets overview ( http://USERNAME.hyves.nl/widgets/ )
- Hyves OpenSocial Container sandbox ( http://USERNAME.hyves.nl/gapsb/ )
- Hyves API Manager ( http://hyves.nl/api/ )
- Hyves TRAC ( http://trac.hyves-api.nl/ )
- Hyves API Console ( http://www.hyves.nl/api/console/ )
- Hyves API Hyve ( http://hyves-api.hyves.nl/ )
- Google OpenSocial ( http://code.google.com/apis/opensocial/ )
- oAuth ( http://oauth.net/core )
Download
Open & Sociaal Hyves API Library for PHP5
Version: 3.0.1 (2009-04-27)
Download: oshyvesapilibphp5.zip
Why use this library?
- Fully PHP5 OOP
- phpDoc
- No limitations
- For small and large projects
- Easy logging and debugging
- Response helpers
- Tested in production (Open & Sociaal)
- Free
Examples
The source code of these examples are available in the download package.