Gets the list of the Page's Admins (User objects).
Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)
Syntax
C# |
---|
public FacebookObjectCollection<User> Admins { get; } |
Visual Basic |
---|
Public ReadOnly Property Admins As FacebookObjectCollection(Of User) Get |
Visual C++ |
---|
public: property FacebookObjectCollection<User^>^ Admins { FacebookObjectCollection<User^>^ get (); } |
Remarks
original: the 'admins' connection is an array of objects containing id and name fields of the admins.
.NET Framework Security
Permission | Description |
---|---|
Page admin access_token |