PHP Class Horde_Service_Facebook_Groups, horde

Copyright 2009-2016 Horde LLC (http://www.horde.org/)
Author: Michael J. Rubinsky ([email protected])
Inheritance: extends Horde_Service_Facebook_Base
Datei anzeigen Open project: horde/horde

Public Methods

Method Description
get ( string $uid ) : array Returns groups according to the filters specified.
getMembers ( integer $gid ) : array Returns the membership list of a group.

Method Details

get() public method

Returns groups according to the filters specified.
public get ( string $uid ) : array
$uid string User associated with groups.
return array An array of group objects

getMembers() public method

Returns the membership list of a group.
public getMembers ( integer $gid ) : array
$gid integer Group id
return array An array with four membership lists, with keys 'members', 'admins', 'officers', and 'not_replied'