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
parent 3afcdc18f7
commit 4e6c730207

View File

@ -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',