diff options
author | zach <zach@copley.name> | 2008-07-30 17:32:26 -0400 |
---|---|---|
committer | zach <zach@copley.name> | 2008-07-30 17:32:26 -0400 |
commit | 93d25bec337ed20dd9576fda870c25d7c27420f3 (patch) | |
tree | e33fe85ab67f48a5f842c5e1b53a55a050e8732c /actions/api.php | |
parent | 16daa87a392bc503ff7c07773618893f581dc982 (diff) |
Twitter-compatible API: implemented /users/show.format method
(and some API bug fixes)
darcs-hash:20080730213226-ca946-eb89bad91eee630ac286d537ba42f0042b8d2109.gz
Diffstat (limited to 'actions/api.php')
-rw-r--r-- | actions/api.php | 1 |
1 files changed, 1 insertions, 0 deletions
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'); |