------------------------------------------- PHPtuenti PHP API for Tuenti http://javierarias.wordpress.com/api-tuenti ------------------------------------------- 0.0.7 (Jan 18th, 2010) - Fixed login, it always returned true - Functions receiving an int as parameter, now allow numerics too (affected functions are getFriends(), getUserInfo() and all others which depending on isValidUID()) 0.0.6 (Dic 9th, 2009) - getMyFriends() didn't capture all friends - Status message was not being captured 0.0.5 (Sep 27th, 2009) - Fixed login 0.0.4 (Apr 14th, 2009) - Added function getNotifications() - Added new sample which retrieves notifications: sample3.php - Comments added in all samples - New wide sizes for profile image are BIG_SIZE: 300 px, MEDIUM_SIZE: 200 px, SMALL_SIZE: 75 px and MINI_SIZE: 30 px. - A system check is perfomed when starting the API that should fix some bugs - Bugfixes 0.0.3 (Mar 31th, 2009) - getUserInfo() enhanced to capture more data (name, status, profile image and the relationship between you and the user) - Friends from different users are not mixed anymore - Added function downloadProfileImage() - Added functions getMyWall() and getWall() - Debug messages are now HTML-formated if running under webserver - Bugfixes 0.0.2 (Mar 10th, 2009) - Added function getProfileImage() - Removed functions getImage() and getImageSmall() - Bugfixes - Documentation updated (some bugs in sample files!) 0.0.1 (Mar 5th, 2009) - First public version