\Horde_Service_Facebook_Groups

Groups methods

Copyright 2009-2017 Horde LLC (http://www.horde.org/)

Summary

Methods
Properties
Constants
__construct()
get()
getMembers()
No public properties found
No constants found
No protected methods found
$_facebook
$_http
N/A
No private methods found
No private properties found
N/A

Properties

$_http

$_http : \Horde_Http_Client

Type

\Horde_Http_Client

Methods

__construct()

__construct(\Horde_Service_Facebook  $facebook) 

Constructor

Parameters

\Horde_Service_Facebook $facebook

get()

get(string  $uid) : array

Returns groups according to the filters specified.

Parameters

string $uid

User associated with groups.

Returns

array —

An array of group objects

getMembers()

getMembers(integer  $gid) : array

Returns the membership list of a group.

Parameters

integer $gid

Group id

Returns

array —

An array with four membership lists, with keys 'members', 'admins', 'officers', and 'not_replied'