Initial, very basic, code for Service_Twitter
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 18 Jul 2009 22:49:25 +0000 (18:49 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 18 Jul 2009 22:50:51 +0000 (18:50 -0400)
commit32b0ff14b6e71cb833b628d50c8ce4f2e43ca18c
treebcb74e961abc79f92bb916316e9df43225d23ff6
parent734ae42c0d2afd46ffd7feed47c83870e9e4af6a
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 [new file with mode: 0644]
framework/Service_Twitter/lib/Horde/Service/Twitter.php [new file with mode: 0644]
framework/Service_Twitter/lib/Horde/Service/Twitter/Account.php [new file with mode: 0644]
framework/Service_Twitter/lib/Horde/Service/Twitter/Auth.php [new file with mode: 0644]
framework/Service_Twitter/lib/Horde/Service/Twitter/Exception.php [new file with mode: 0644]
framework/Service_Twitter/lib/Horde/Service/Twitter/Statuses.php [new file with mode: 0644]
framework/Service_Twitter/lib/Horde/Service/Twitter/Timeline.php [new file with mode: 0644]
framework/Service_Twitter/package.xml [new file with mode: 0644]