NewsFeed Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the user's news feed (a collection of Posts)

Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)

Syntax

C#
public FacebookObjectCollection<Post> NewsFeed { get; }
Visual Basic
Public ReadOnly Property NewsFeed As FacebookObjectCollection(Of Post)
	Get
Visual C++
public:
property FacebookObjectCollection<Post^>^ NewsFeed {
	FacebookObjectCollection<Post^>^ get ();
}

Remarks

original: the 'home' connection is an array of Post objects containing (up to) the last 25 posts.

.NET Framework Security

Permission Description
read_stream.

See Also