diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-08-27 22:55:32 -0400 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-08-27 22:55:32 -0400 |
commit | 6ff00c9404cb2b2dddcd12d63c497c85d9d087d8 (patch) | |
tree | 5b8f7a689407b03029347f112e5254753d6e44cc /actions/api.php | |
parent | bbb830e14c718c687f0636710a1827c90b11f4cc (diff) |
Implement the is_member and membership group api's
Diffstat (limited to 'actions/api.php')
-rw-r--r-- | actions/api.php | 2 |
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', |