Verfied Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the user's account verification status (true/false)

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

Syntax

C#
public Nullable<bool> Verfied { get; }
Visual Basic
Public ReadOnly Property Verfied As Nullable(Of Boolean)
	Get
Visual C++
public:
property Nullable<bool> Verfied {
	Nullable<bool> get ();
}

Remarks

A user is considered verified if she takes any of the following actions: Registers for mobile Confirms her account via SMS Enters a valid credit card

See Also