]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Forgot to add home_timeline to the list of methods that only require
authorZach Copley <zach@status.net>
Mon, 28 Sep 2009 03:21:16 +0000 (20:21 -0700)
committerZach Copley <zach@status.net>
Mon, 28 Sep 2009 03:23:35 +0000 (20:23 -0700)
bareauth.

actions/api.php

index d570bb0174a093297f4fc2e6e903e32ccd2f224a..1bc90de1108cb2f385eb97c8ffbb145dc5e0d946 100644 (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',