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

Gets or sets a list of any extended permissions that the user has granted the application.

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

Syntax

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

See Also

FacebookHttpSession Class
Facebook.Web Namespace