Gets the event's wall as a collection of Post objects
Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)
Syntax
| C# |
|---|
public FacebookObjectCollection<Post> WallPosts { get; } |
| Visual Basic |
|---|
Public ReadOnly Property WallPosts As FacebookObjectCollection(Of Post) Get |
| Visual C++ |
|---|
public: property FacebookObjectCollection<Post^>^ WallPosts { FacebookObjectCollection<Post^>^ get (); } |
Remarks
original: An array of Post objects.
.NET Framework Security
| Permission | Description |
|---|---|
| any valid access_token, user_events or friends_events |