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:21:16 -0700 |
commit | 6b7a007ef2e3ea64be547923b97f08670dc13d14 (patch) | |
tree | 7216837aab168b2e41b8345bb66e4c152deb88b6 /actions/api.php | |
parent | 3694058976fca36edf2d7f43a75ffc74f0a7c672 (diff) |
Forgot to add home_timeline to the list of methods that only require
bareauth.
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 c236378bc..3705d035c 100644 --- a/actions/api.php +++ b/actions/api.php @@ -142,6 +142,7 @@ class ApiAction extends Action static $bareauth = array('statuses/user_timeline', 'statuses/friends_timeline', + 'statuses/home_timeline', 'statuses/friends', 'statuses/replies', 'statuses/mentions', |