CreateFriendList Method

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Create a new FriendList

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

Syntax

C#
public FriendList CreateFriendList(
	string i_Name
)
Visual Basic
Public Function CreateFriendList ( _
	i_Name As String _
) As FriendList
Visual C++
public:
FriendList^ CreateFriendList(
	String^ i_Name
)

Parameters

i_Name
Type: System..::..String

[Missing <param name="i_Name"/> documentation for "M:FacebookWrapper.ObjectModel.User.CreateFriendList(System.String)"]

Return Value

The newly created FriendListobject

Remarks

You can create a friend list for a user by issuing an HTTP POST request to PROFILE_ID/friendlists

.NET Framework Security

Permission Description
manage_friendlists

See Also