[This is preliminary documentation and is subject to change.]

Returns the identifiers for the current user's Facebook friends.

Namespace:  Facebook.Api.Controllers
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public FacebookResponse<List<long>> GetList(
	long flid
)
Visual Basic (Declaration)
Public Function GetList ( _
	flid As Long _
) As FacebookResponse(Of List(Of Long))
Visual C++
public:
FacebookResponse<List<long long>^>^ GetList(
	long long flid
)

Parameters

flid
Type: System..::.Int64
Returns the friends in a friend list.

Return Value

[Missing <returns> documentation for "M:Facebook.Api.Controllers.FriendsController.GetList(System.Int64)"]

See Also

FriendsController Class
Facebook.Api.Controllers Namespace