]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Twitter-compatible API - added favorites/favorites to list of methods only requiring...
authorzach <zach@controlyourself.ca>
Wed, 15 Oct 2008 16:31:12 +0000 (12:31 -0400)
committerzach <zach@controlyourself.ca>
Wed, 15 Oct 2008 16:31:12 +0000 (12:31 -0400)
darcs-hash:20081015163112-462f3-ca22e3fcf4a5d3ad4613dd08c4bf7ce59e296385.gz

actions/api.php

index 47a69f1526b9b978947d296a25b0c30ba6ae0d88..90e45998bd200595baf3ebe3287859ae1f0a8dce 100644 (file)
@@ -105,7 +105,8 @@ class ApiAction extends Action {
 
                static $bareauth = array('statuses/user_timeline',
                                                                 'statuses/friends',
-                                                                'statuses/followers');
+                                                                'statuses/followers',
+                                                                'favorites/favorites');
 
                $fullname = "$this->api_action/$this->api_method";