PostedLinks Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets The user'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
read_stream.

See Also