Forgot to add home_timeline to the list of methods that only require

bareauth.
This commit is contained in:
Zach Copley 2009-09-27 20:21:16 -07:00 committed by Evan Prodromou
parent acd9c4baf9
commit 120a84593e
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ class ApiAction extends Action
static $bareauth = array('statuses/user_timeline',
'statuses/friends_timeline',
'statuses/home_timeline',
'statuses/friends',
'statuses/replies',
'statuses/mentions',