Add http basic authentication support.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 19 Jul 2009 18:09:18 +0000 (14:09 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 19 Jul 2009 18:09:18 +0000 (14:09 -0400)
commitc5824ce5c96e4832d84ef15229a120fe489e365f
tree1abcd27427aa8a84426a12c5511e146ca2378083
parentc1a60a11bfaa621ca3bd7d824c126534f8fe1ca5
Add http basic authentication support.

If you instantiate the Horde_Service_Twitter object with a 'oauth'
parameter containing a Horde_Oauth object, it will use it...otherwise,
you should instantiate the object with username and password parameters
so it can use http basic
framework/Service_Twitter/lib/Horde/Service/Twitter.php
framework/Service_Twitter/lib/Horde/Service/Twitter/Auth/Basic.php [new file with mode: 0644]
framework/Service_Twitter/lib/Horde/Service/Twitter/Request/Basic.php [new file with mode: 0644]
framework/Service_Twitter/lib/Horde/Service/Twitter/Statuses.php