Groups Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the Groups this user belongs to

Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)

Syntax

C#
public FacebookObjectCollection<Group> Groups { get; }
Visual Basic
Public ReadOnly Property Groups As FacebookObjectCollection(Of Group)
	Get
Visual C++
public:
property FacebookObjectCollection<Group^>^ Groups {
	FacebookObjectCollection<Group^>^ get ();
}

Remarks

original: array of objects containing event id, name, version, administrator (bool: true if user is the administrator of the Group), bookmark_order(at what place in the list of group bookmarks on the homepage, the group shows up for the user).

.NET Framework Security

Permission Description
user_groups or friends_groups.

See Also