PostedLinks Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets The pages's posted Links.

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

Syntax

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

Remarks

original: the 'links' connection is an array of Link objects.

.NET Framework Security

Permission Description
Any valid access_token or user's access_token to see non-public posts

See Also