From dfbc427e0407d66d961a3d00b137dbc0a5f71599 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 19 Jul 2008 13:10:23 -0400 Subject: [PATCH] bare auth for friends, too darcs-hash:20080719171023-84dde-4d562898d10a2342db271640951fcf0ba552cc01.gz --- actions/api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/api.php b/actions/api.php index 1cfae91143..2c1086ae11 100644 --- a/actions/api.php +++ b/actions/api.php @@ -105,7 +105,7 @@ class ApiAction extends Action { 'statuses/show', 'help/test', 'help/downtime_schedule'); - static $bareauth = array('statuses/user_timeline'); + static $bareauth = array('statuses/user_timeline', 'statuses/friends'); # noauth: never needs auth # bareauth: only needs auth if without an argument