[commits] Horde-Hatchery branch master updated. 32b0ff14b6e71cb833b628d50c8ce4f2e43ca18c
Michael Rubinsky
mike at theupstairsroom.com
Sat Jul 18 22:50:55 UTC 2009
The branch "master" has been updated.
The following is a summary of the commits.
from: 734ae42c0d2afd46ffd7feed47c83870e9e4af6a
32b0ff1... Initial, very basic, code for Service_Twitter
-----------------------------------------------------------------------
commit 32b0ff14b6e71cb833b628d50c8ce4f2e43ca18c
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sat Jul 18 18:49:25 2009 -0400
Initial, very basic, code for Service_Twitter
The only functional part at this point it the OAuth authentication
and setting status. See the example file in doc/
framework/Service_Twitter/doc/twitter.php.example | 86 ++++
framework/Service_Twitter/lib/Horde/Service/Twitter.php | 100 +++++
framework/Service_Twitter/lib/Horde/Service/Twitter/Account.php | 1 +
framework/Service_Twitter/lib/Horde/Service/Twitter/Auth.php | 94 ++++
framework/Service_Twitter/lib/Horde/Service/Twitter/Exception.php | 4 +
framework/Service_Twitter/lib/Horde/Service/Twitter/Statuses.php | 35 ++
framework/Service_Twitter/lib/Horde/Service/Twitter/Timeline.php | 1 +
framework/Service_Twitter/package.xml | 68 +++
8 files changed, 389 insertions(+), 0 deletions(-)
create mode 100644 framework/Service_Twitter/doc/twitter.php.example
create mode 100644 framework/Service_Twitter/lib/Horde/Service/Twitter.php
create mode 100644 framework/Service_Twitter/lib/Horde/Service/Twitter/Account.php
create mode 100644 framework/Service_Twitter/lib/Horde/Service/Twitter/Auth.php
create mode 100644 framework/Service_Twitter/lib/Horde/Service/Twitter/Exception.php
create mode 100644 framework/Service_Twitter/lib/Horde/Service/Twitter/Statuses.php
create mode 100644 framework/Service_Twitter/lib/Horde/Service/Twitter/Timeline.php
create mode 100644 framework/Service_Twitter/package.xml
http://git.horde.org/co.php/framework/Service_Twitter/doc/twitter.php.example?rt=horde-hatchery&r=32b0ff14b6e71cb833b628d50c8ce4f2e43ca18c
http://git.horde.org/co.php/framework/Service_Twitter/lib/Horde/Service/Twitter.php?rt=horde-hatchery&r=32b0ff14b6e71cb833b628d50c8ce4f2e43ca18c
http://git.horde.org/co.php/framework/Service_Twitter/lib/Horde/Service/Twitter/Account.php?rt=horde-hatchery&r=32b0ff14b6e71cb833b628d50c8ce4f2e43ca18c
http://git.horde.org/co.php/framework/Service_Twitter/lib/Horde/Service/Twitter/Auth.php?rt=horde-hatchery&r=32b0ff14b6e71cb833b628d50c8ce4f2e43ca18c
http://git.horde.org/co.php/framework/Service_Twitter/lib/Horde/Service/Twitter/Exception.php?rt=horde-hatchery&r=32b0ff14b6e71cb833b628d50c8ce4f2e43ca18c
http://git.horde.org/co.php/framework/Service_Twitter/lib/Horde/Service/Twitter/Statuses.php?rt=horde-hatchery&r=32b0ff14b6e71cb833b628d50c8ce4f2e43ca18c
http://git.horde.org/co.php/framework/Service_Twitter/lib/Horde/Service/Twitter/Timeline.php?rt=horde-hatchery&r=32b0ff14b6e71cb833b628d50c8ce4f2e43ca18c
http://git.horde.org/co.php/framework/Service_Twitter/package.xml?rt=horde-hatchery&r=32b0ff14b6e71cb833b628d50c8ce4f2e43ca18c
More information about the commits
mailing list