From 93d25bec337ed20dd9576fda870c25d7c27420f3 Mon Sep 17 00:00:00 2001 From: zach Date: Wed, 30 Jul 2008 17:32:26 -0400 Subject: Twitter-compatible API: implemented /users/show.format method (and some API bug fixes) darcs-hash:20080730213226-ca946-eb89bad91eee630ac286d537ba42f0042b8d2109.gz --- actions/api.php | 1 + 1 file changed, 1 insertion(+) (limited to 'actions/api.php') diff --git a/actions/api.php b/actions/api.php index 69fda2e22..c40f189a2 100644 --- a/actions/api.php +++ b/actions/api.php @@ -100,6 +100,7 @@ class ApiAction extends Action { function requires_auth() { static $noauth = array( 'statuses/public_timeline', 'statuses/show', + 'users/show', 'help/test', 'help/downtime_schedule'); static $bareauth = array('statuses/user_timeline', 'statuses/friends'); -- cgit v1.2.3-54-g00ecf