summaryrefslogtreecommitdiff
path: root/actions/api.php
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2009-08-27 22:55:32 -0400
committerCraig Andrews <candrews@integralblue.com>2009-08-27 22:55:32 -0400
commit6ff00c9404cb2b2dddcd12d63c497c85d9d087d8 (patch)
tree5b8f7a689407b03029347f112e5254753d6e44cc /actions/api.php
parentbbb830e14c718c687f0636710a1827c90b11f4cc (diff)
Implement the is_member and membership group api's
Diffstat (limited to 'actions/api.php')
-rw-r--r--actions/api.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/api.php b/actions/api.php
index 93e33085f..f425a8dcd 100644
--- a/actions/api.php
+++ b/actions/api.php
@@ -133,6 +133,8 @@ class ApiAction extends Action
'groups/show',
'groups/timeline',
'groups/list_all',
+ 'groups/membership',
+ 'groups/is_member',
'groups/timeline');
static $bareauth = array('statuses/user_timeline',