The branch master has been updated. The following is a summary of the commits. Further details on each commit can be found below.
from: b1bd602db5b2953f6e1ae68b2498b09fdbaeb033 997b9fa... Initial import/port of Horde_Service_Facebook. ----------------------------------------------------------------------- commit 997b9faa7dc80655cdbb27ed71c69cd854d46a80 Author: Michael J. Rubinsky <[email protected]> Date: Sun Feb 15 11:04:07 2009 -0500 Initial import/port of Horde_Service_Facebook. Note - this is a very, very rough refactoring of Facebooks' PHP5 rest client... still lots and lots to change, refactor, but its at a semi-working point and I want to get it under git before I break it. .../lib/Horde/Service/Facebook.php | 1591 ++++++++++++++++++++ .../lib/Horde/Service/Facebook/ErrorCodes.php | 224 +++ .../lib/Horde/Service/Facebook/Exception.php | 4 + framework/Service_Facebook/package.xml | 66 + 4 files changed, 1885 insertions(+), 0 deletions(-) create mode 100644 framework/Service_Facebook/lib/Horde/Service/Facebook.php create mode 100644 framework/Service_Facebook/lib/Horde/Service/Facebook/ErrorCodes.php create mode 100644 framework/Service_Facebook/lib/Horde/Service/Facebook/Exception.php create mode 100644 framework/Service_Facebook/package.xml http://git.horde.org/co.php/framework/Service_Facebook/lib/Horde/Service/Facebook.php?rt=horde-hatchery&r=997b9faa7dc80655cdbb27ed71c69cd854d46a80 http://git.horde.org/co.php/framework/Service_Facebook/lib/Horde/Service/Facebook/ErrorCodes.php?rt=horde-hatchery&r=997b9faa7dc80655cdbb27ed71c69cd854d46a80 http://git.horde.org/co.php/framework/Service_Facebook/lib/Horde/Service/Facebook/Exception.php?rt=horde-hatchery&r=997b9faa7dc80655cdbb27ed71c69cd854d46a80 http://git.horde.org/co.php/framework/Service_Facebook/package.xml?rt=horde-hatchery&r=997b9faa7dc80655cdbb27ed71c69cd854d46a80 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
