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

Gets or sets the list of friend UIDs of the visiting user included in the current HTTP request.

Namespace:  Facebook.Web
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public List<long> Friends { get; set; }
Visual Basic (Declaration)
Public Property Friends As List(Of Long)
Visual C++
public:
property List<long long>^ Friends {
	List<long long>^ get ();
	void set (List<long long>^ value);
}

See Also

FacebookHttpSession Class
Facebook.Web Namespace