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/apifriendships.php | |
parent | b3ea8b9a014b6760f6bf59be243f01753c3fc13e (diff) |
Twitter-compatible API: /statuses/public_timeline.xml sorta works
darcs-hash:20080715031812-ca946-10a94dd3cd96039ad76adc36f0f23d7402768fbe.gz
Diffstat (limited to 'actions/apifriendships.php')
-rw-r--r-- | actions/apifriendships.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/actions/apifriendships.php b/actions/apifriendships.php index feed86ef6..4368f84d5 100644 --- a/actions/apifriendships.php +++ b/actions/apifriendships.php @@ -19,8 +19,9 @@ if (!defined('LACONICA')) { exit(1); } -# This naming convention looks real sick -class ApifriendshipsAction extends Action { +require_once(INSTALLDIR.'/lib/twitterapi.php'); + +class ApifriendshipsAction extends TwitterapiAction { function create($args, $apidata) { |