diff options
Diffstat (limited to 'actions/api.php')
-rw-r--r-- | actions/api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/api.php b/actions/api.php index 1cfae9114..2c1086ae1 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 |