Abstract out both the Auth class and the Request class, add Account class
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 19 Jul 2009 17:01:10 +0000 (13:01 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 19 Jul 2009 17:01:10 +0000 (13:01 -0400)
commit3f909c65aaa338a5e875cb31790531fbd0fb7d99
treec3971114ecbb8fa79bbeff454d221d962fc39deb
parent03b873a3c2c36e31645423438c483ca2c3ccc51d
Abstract out both the Auth class and the Request class, add Account class

Abstract out Auth and Request so we can support both OAuth and Http Basic
authentication mechanisms.

Add Account class to handle the REST API's account/* methods
framework/Service_Twitter/lib/Horde/Service/Twitter.php
framework/Service_Twitter/lib/Horde/Service/Twitter/Account.php
framework/Service_Twitter/lib/Horde/Service/Twitter/Auth.php
framework/Service_Twitter/lib/Horde/Service/Twitter/Auth/Oauth.php [new file with mode: 0644]
framework/Service_Twitter/lib/Horde/Service/Twitter/Request.php [new file with mode: 0644]
framework/Service_Twitter/lib/Horde/Service/Twitter/Request/Oauth.php [new file with mode: 0644]
framework/Service_Twitter/lib/Horde/Service/Twitter/Statuses.php
framework/Service_Twitter/package.xml