Gets the User objects who like this posted item
Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)
Syntax
| C# |
|---|
public FacebookObjectCollection<User> LikedBy { get; } |
| Visual Basic |
|---|
Public ReadOnly Property LikedBy As FacebookObjectCollection(Of User) Get |
| Visual C++ |
|---|
public: property FacebookObjectCollection<User^>^ LikedBy { FacebookObjectCollection<User^>^ get (); } |
Remarks
original: the 'likes' field is an array of objects containing id and name fields
.NET Framework Security
| Permission | Description |
|---|---|