diff options
author | zach <zach@copley.name> | 2008-07-14 23:18:12 -0400 |
---|---|---|
committer | zach <zach@copley.name> | 2008-07-14 23:18:12 -0400 |
commit | efd14edf5c985be04c74bd64fffbbf92c1530ea4 (patch) | |
tree | 88d34c5391d4ee016f345ab7b64332fe23c8c639 /actions/apinotifications.php | |
parent | b3ea8b9a014b6760f6bf59be243f01753c3fc13e (diff) |
Twitter-compatible API: /statuses/public_timeline.xml sorta works
darcs-hash:20080715031812-ca946-10a94dd3cd96039ad76adc36f0f23d7402768fbe.gz
Diffstat (limited to 'actions/apinotifications.php')
-rw-r--r-- | actions/apinotifications.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/actions/apinotifications.php b/actions/apinotifications.php index 9154cb3b9..98d96107d 100644 --- a/actions/apinotifications.php +++ b/actions/apinotifications.php @@ -19,8 +19,10 @@ if (!defined('LACONICA')) { exit(1); } +require_once(INSTALLDIR.'/lib/twitterapi.php'); + # This naming convention looks real sick -class ApinotificationsAction extends Action { +class ApinotificationsAction extends TwitterapiAction { function follow($args, $apidata) { |