Gets the group'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: the 'feed' connection is an array of Post objects containing (up to) the last 25 posts.
.NET Framework Security
| Permission | Description |
|---|---|
| Any valid access_token or user_groups / friends_groups |