diff options
author | Zach Copley <zach@status.net> | 2009-09-27 20:21:16 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2009-09-27 20:23:35 -0700 |
commit | 4e6c7302072eb6e11ae0025795a7a96fb28f2f29 (patch) | |
tree | 518cafc940d6fbb006a3f63cd5a996046bafd1d6 /actions | |
parent | 3afcdc18f7bfd23ac780b9f27c47582c1b41bb83 (diff) |
Forgot to add home_timeline to the list of methods that only require
bareauth.
Diffstat (limited to 'actions')
-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 d570bb017..1bc90de11 100644 --- a/actions/api.php +++ b/actions/api.php @@ -160,6 +160,7 @@ class ApiAction extends Action static $bareauth = array('statuses/user_timeline', 'statuses/friends_timeline', + 'statuses/home_timeline', 'statuses/friends', 'statuses/replies', 'statuses/mentions', |