Gets the user's own Posts
Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)
Syntax
| C# |
|---|
public FacebookObjectCollection<Post> Posts { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Posts As FacebookObjectCollection(Of Post) Get |
| Visual C++ |
|---|
public: property FacebookObjectCollection<Post^>^ Posts { FacebookObjectCollection<Post^>^ get (); } |
Remarks
original: the 'posts' connection is an array of Post objects.
.NET Framework Security
| Permission | Description |
|---|---|
| read_stream. |