Languages Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the languages the user speaks. Each language is a facebook Page

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

Syntax

C#
public Page[] Languages { get; }
Visual Basic
Public ReadOnly Property Languages As Page()
	Get
Visual C++
public:
property array<Page^>^ Languages {
	array<Page^>^ get ();
}

Remarks

original: array containing objects with name / id

.NET Framework Security

Permission Description
user_likes

See Also