[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.4.13 (0.2009.4.13)

Syntax

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

Return Value

[Missing <returns> documentation for "M:Facebook.Api.Controllers.FriendsController.Get"]

See Also

FriendsController Class
Get Overload
Facebook.Api.Controllers Namespace