Forgot to add home_timeline to the list of methods that only require
bareauth.
This commit is contained in:
parent
acd9c4baf9
commit
bf3699105a
|
@ -139,6 +139,7 @@ class ApiAction extends Action
|
||||||
|
|
||||||
static $bareauth = array('statuses/user_timeline',
|
static $bareauth = array('statuses/user_timeline',
|
||||||
'statuses/friends_timeline',
|
'statuses/friends_timeline',
|
||||||
|
'statuses/home_timeline',
|
||||||
'statuses/friends',
|
'statuses/friends',
|
||||||
'statuses/replies',
|
'statuses/replies',
|
||||||
'statuses/mentions',
|
'statuses/mentions',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user