OnlineStatus Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the user's User..::..eOnlineStatus

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

Syntax

C#
public Nullable<User..::..eOnlineStatus> OnlineStatus { get; }
Visual Basic
Public ReadOnly Property OnlineStatus As Nullable(Of User..::..eOnlineStatus)
	Get
Visual C++
public:
property Nullable<User..::..eOnlineStatus> OnlineStatus {
	Nullable<User..::..eOnlineStatus> get ();
}

.NET Framework Security

Permission Description
"user_online_presence" for the logged-in user or "friends_online_presence" for the friends

See Also