Change Log (started 11/11/2006)
15/07/2008
- Updated caching class to latest version.
20/01/2008
- Added caching to JSON API methods.
14/01/2008
- Converted to PHP 5 only.
- Added functions based on the JSON API - GetUrlDetails(), GetNetwork(), GetMyNetwork(), GetFans(), GetMyFans().
- Fixed return status of AddPost() and DeletePost().
- Tidied up the HttpRequest() method to handle error conditions better (more work required).
- Improved authentication passing mechanism.
- Improved user agent passing mechanism.
05/05/2007
- Added urlencoding to username and password as some usernames and passwords contained characters which were breaking the request.
13/01/2007
- Modified cache to make it username specific.
11/11/2006
- Added support for notes field in results returned.
- Added LastErrorString() method.
- Replaced LastError() method with LastErrorNo() but kept original as alias for backwards compatibility.
- Added examples for exporting/importing posts to/from MySql (see examples folder).
- Added example to print a simple table of results (see examples folder).