LoggedInUserCanPost Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets weather the current logged-in user can post on this page

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

Syntax

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

See Also