diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-07-12 15:07:54 -0400 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-07-12 15:07:54 -0400 |
commit | 91324890ae130a6f4280c9f6d82151793611de1f (patch) | |
tree | bc847afe0b726f32cfd32c25e864e081eb47e198 /actions/api.php | |
parent | 7621e0e38467349a89f71e814941932fbacecfa1 (diff) |
Add timeline tags API (RSS 2.0 and Atom feeds)
Diffstat (limited to 'actions/api.php')
-rw-r--r-- | actions/api.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/api.php b/actions/api.php index 4a00b77e8..452ed8e82 100644 --- a/actions/api.php +++ b/actions/api.php @@ -128,6 +128,7 @@ class ApiAction extends Action 'laconica/version', 'laconica/config', 'laconica/wadl', + 'tags/timeline', 'groups/timeline'); static $bareauth = array('statuses/user_timeline', |