Gets the user's wall Posts
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 read_stream to see non-public posts |