projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acd9c4b
)
Forgot to add home_timeline to the list of methods that only require
author
Zach Copley
<zach@status.net>
Mon, 28 Sep 2009 03:21:16 +0000
(20:21 -0700)
committer
Zach Copley
<zach@status.net>
Mon, 28 Sep 2009 03:23:03 +0000
(20:23 -0700)
bareauth.
actions/api.php
patch
|
blob
|
history
diff --git
a/actions/api.php
b/actions/api.php
index f425a8dcd7866acf3929fcfbd086fedf7e6c2692..dc1bdbeacb84eac08c8dcbfd631ebcdd32fde501 100644
(file)
--- a/
actions/api.php
+++ b/
actions/api.php
@@
-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',