From 0c271c9d17b5d15efc6a935bf3e2b76ce309968e Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 19 Jul 2008 11:55:26 -0400 Subject: try again with user_timeline auth darcs-hash:20080719155526-84dde-5157cd11d2f96128321b46cb2bea8ff27ce4478f.gz --- actions/twitapistatuses.php | 8 -------- 1 file changed, 8 deletions(-) (limited to 'actions/twitapistatuses.php') diff --git a/actions/twitapistatuses.php b/actions/twitapistatuses.php index 5a4345ab6..96931fec6 100644 --- a/actions/twitapistatuses.php +++ b/actions/twitapistatuses.php @@ -309,14 +309,6 @@ class TwitapistatusesAction extends TwitterapiAction { // Set the user to be the auth user if asked-for can't be found // honestly! This is what Twitter does, I swear --Zach $user = $apidata['user']; - - if (!$user) { - # This header makes basic auth go - header('WWW-Authenticate: Basic realm="Laconica API"'); - # if the user hits cancel -- bam! - common_show_basic_auth_error(); - exit(); - } } $profile = $user->getProfile(); -- cgit v1.2.3-54-g00ecf