summaryrefslogtreecommitdiff
path: root/actions/apifavorites.php
diff options
context:
space:
mode:
authorzach <zach@copley.name>2008-07-14 23:18:12 -0400
committerzach <zach@copley.name>2008-07-14 23:18:12 -0400
commitefd14edf5c985be04c74bd64fffbbf92c1530ea4 (patch)
tree88d34c5391d4ee016f345ab7b64332fe23c8c639 /actions/apifavorites.php
parentb3ea8b9a014b6760f6bf59be243f01753c3fc13e (diff)
Twitter-compatible API: /statuses/public_timeline.xml sorta works
darcs-hash:20080715031812-ca946-10a94dd3cd96039ad76adc36f0f23d7402768fbe.gz
Diffstat (limited to 'actions/apifavorites.php')
-rw-r--r--actions/apifavorites.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/actions/apifavorites.php b/actions/apifavorites.php
index 358079c86..db8ad1062 100644
--- a/actions/apifavorites.php
+++ b/actions/apifavorites.php
@@ -19,8 +19,9 @@
if (!defined('LACONICA')) { exit(1); }
-# This naming convention looks real sick
-class ApifavoritesAction extends Action {
+require_once(INSTALLDIR.'/lib/twitterapi.php');
+
+class ApifavoritesAction extends TwitterapiAction {
function favorites($args, $apidata) {
parent::handle($args);