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