diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-08-28 07:02:27 +0000 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-08-28 07:02:27 +0000 |
commit | 36c104fb34d7128a0372dd3f77504c0b2f76ba80 (patch) | |
tree | 95c03e5a3b0e3b096e3d1febf4ce21a562507bfb /lib/oauthclient.php | |
parent | 36b6ef8d05bf6e4290894f9677cc9618a9bfd486 (diff) |
Make SyncTwitterFriends and TwitterStatusFetcher daemons use both HTTP Basic Auth as well as OAuth
Diffstat (limited to 'lib/oauthclient.php')
-rw-r--r-- | lib/oauthclient.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/oauthclient.php b/lib/oauthclient.php index cc10cea8f..f1827726e 100644 --- a/lib/oauthclient.php +++ b/lib/oauthclient.php @@ -22,7 +22,7 @@ * @category Action * @package StatusNet * @author Zach Copley <zach@status.net> - * @copyright 2008 StatusNet, Inc. + * @copyright 2009 StatusNet, Inc. * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ |