The branch "master" has been updated. The following is a summary of the commits.
from: 639dddfafab645f1d9e9cea21ebf7c99fdf4ef40 91ce079... Rewrite a substantial portion of the facebook code. ----------------------------------------------------------------------- commit 91ce0793f53331a847a51ca762f491e8be5bf10c Author: Michael J. Rubinsky <[email protected]> Date: Sun Feb 22 21:22:25 2009 -0500 Rewrite a substantial portion of the facebook code. In the process, break out the Auth related functionality into it's own class. framework/Service_Facebook/lib/Horde/Service/Facebook.php | 441 +---- framework/Service_Facebook/lib/Horde/Service/Facebook/Auth.php | 421 ++++ framework/Service_Facebook/lib/Horde/Service/Facebook/Request.php | 6 +- framework/Service_Facebook/package.xml | 2 + 4 files changed, 477 insertions(+), 393 deletions(-) create mode 100644 framework/Service_Facebook/lib/Horde/Service/Facebook/Auth.php http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook.php?rt=horde-hatchery&r1=c9593bf01b1b2628830cf4ad9099f0a11c67995f&r2=91ce0793f53331a847a51ca762f491e8be5bf10c http://git.horde.org/co.php/framework/Service_Facebook/lib/Horde/Service/Facebook/Auth.php?rt=horde-hatchery&r=91ce0793f53331a847a51ca762f491e8be5bf10c http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook/Request.php?rt=horde-hatchery&r1=fd762a8ea76af265c0d590d683015e061885bd21&r2=91ce0793f53331a847a51ca762f491e8be5bf10c http://git.horde.org/diff.php/framework/Service_Facebook/package.xml?rt=horde-hatchery&r1=4bb15e1f5bcdbe677e2aa3c0ec4f7f83ec5666c2&r2=91ce0793f53331a847a51ca762f491e8be5bf10c __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
