A Facebook friend list. This object represents the list itself and not the members of the list.
The User object has a friendlists connection
The GraphApi reference page for this object:
[!:https://developers.facebook.com/docs/reference/api/FriendList/]
Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)
Syntax
| C# |
|---|
[SerializableAttribute] public class FriendList : FacebookObject |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class FriendList _ Inherits FacebookObject |
| Visual C++ |
|---|
[SerializableAttribute] public ref class FriendList : public FacebookObject |
Remarks
To read a FriendList, issue an HTTP GET request to /FRIENDLIST_ID with the read_friendlists permission.
Inheritance Hierarchy
System..::..Object
FacebookWrapper.ObjectModel..::..DynamicWrapper
FacebookWrapper.ObjectModel..::..FacebookObject
FacebookWrapper.ObjectModel..::..FriendList
FacebookWrapper.ObjectModel..::..DynamicWrapper
FacebookWrapper.ObjectModel..::..FacebookObject
FacebookWrapper.ObjectModel..::..FriendList