TargetUsers Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets a collection of User object of the profiles mentioned or targeted in this post

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

Syntax

C#
public FacebookObjectCollection<User> TargetUsers { get; }
Visual Basic
Public ReadOnly Property TargetUsers As FacebookObjectCollection(Of User)
	Get
Visual C++
public:
property FacebookObjectCollection<User^>^ TargetUsers {
	FacebookObjectCollection<User^>^ get ();
}

Remarks

original: the 'to.data' field is an array of objects each containing name and id

.NET Framework Security

Permission Description
access_token

See Also